You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configs:
# You can send to this config with "[email protected]".
#
telegram:
urls:
- tgram://<mytgramtoken>/mychatid/
# You can also control the layout of the message with custom template
# strings.
# mailrise:
# title_template: "Urgent: ${body}"
# body_template: ""
# body_format: text
pover:
urls:
- pover://<mypushoverid>
smtp:
auth:
basic:
myusername:mypassword
As you can see, I have smtp auth specified above. However, the following command works, even when no authentication details are passed in.
My mailrise config is thus:
As you can see, I have smtp auth specified above. However, the following command works, even when no authentication details are passed in.
Any idea what's going on? How can I verify smtp authentication is working as expected?
Radha.
The text was updated successfully, but these errors were encountered: