Skip to content

How to relay outgoing emails through something like MailJet? #441

Answered by foxcpp
cyl3x asked this question in Q&A
Discussion options

You must be logged in to vote

MailJet offers an SMTP relay service: https://www.mailjet.com/feature/smtp-relay/

To use it for all outbound traffic, replace target.remote in maddy.conf with target.smtp and configure it appropriately.
Example:

target.smtp outbound_delivery {
  targets tcp://in-v3.mailjet.com:25
  require_tls 
  auth plain USERNAME PASSWORD
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cyl3x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants