Merge #958
958: Add authentication for email relays r=mergify[bot] a=daniel0611 ## What type of PR? Feature ## What does this PR do? Add support for email relays which require authentication like Mailgun, SendGrid and more. ### Related issue(s) - Closes #387 ## Prerequistes Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [X] In case of feature or enhancement: documentation updated accordingly - [X] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file. Co-authored-by: Daniel Huber <daniel@dani09.de> Co-authored-by: Daniel Huber <daniel.hub@outlook.de>master
commit
ba22fb0007
@ -0,0 +1 @@
|
|||||||
|
{{ RELAYHOST }} {{ RELAYUSER }}:{{ RELAYPASSWORD }}
|
@ -0,0 +1 @@
|
|||||||
|
Relays with authentication
|
Loading…
Reference in New Issue