Skip to content
Discussion options

You must be logged in to vote

I would like my app to talk to docker-mailserver to send an email to said user.

  • Submit mail to submission ports (465 or 587) with an authenticated user (setup email add ...).
  • The authenticated username does not have anything to do with the sender address (except if SPOOF_PROTECTION=1 is enabled). So you can use whatever sender address you like (eg: noreply@example.com).
  • App does the same thing, use email client/library to create an email and send to a submission port with the required credentials for sending.

After you handle that, the mail will be sent outbound on port 25 to be delivered to the recipient address (destination).

Usually to avoid issues with sender reputation you'll rel…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by patchthecode
Comment options

You must be logged in to vote
1 reply
@polarathene
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
issue/limited support Due to a specific configuration on the user side only limited support is offered
2 participants
Converted from issue

This discussion was converted from issue #3615 on November 04, 2023 04:15.