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
To send email you need to have a plugin which sets the "relaying" flag - currently the only one provided is the auth/flat_file plugin. And you need the deliver plugin enabled. I would also advise setting the port to 587 (the SMTP SUBMIT port).
You can read the read the body in the data_post hook (have a look at the data.signatures plugin for an example), and you can read the recipients in there from connection.transaction.rcpt_to (an array).
1- How to send email with Haraka???
2- I need write plugin read body, address in one plugin???
The text was updated successfully, but these errors were encountered: