I would like to have e-mail from specific users being sent through an external SMTP.
For example a customer uses the PHP mail() function to send mass e-mails, so I would like to have all e-mail originating from that domain being relayed through e.g. Amazon SES or another better suited SMTP server.
How could I make this happen?
For example a customer uses the PHP mail() function to send mass e-mails, so I would like to have all e-mail originating from that domain being relayed through e.g. Amazon SES or another better suited SMTP server.
How could I make this happen?