0

I'm using AWS SES SMTP to send emails from a Laravel application. I'm sending emails to a certain organization which only have limited licenses and email accounts that have incoming emails enabled from the external world. Now for the other email accounts, they only receive emails from the internal mail server.

Is it possible to configure AWS SMTP to send all outbound emails to the organization's internal SMTP server and then that internal SMTP server takes care of forwarding emails accordingly?

Thanks in advance!

  • How can anybody send mail to their internal mail server? – Michael Hampton May 20 '19 at 08:27
  • It's about forwarding outbound emails from one SMTP server to another. Since we're using AWS SES SMTP in our applications while the emails accounts are managed by a separate mail server, the question is about forwarding outbound emails from AWS SES to another mail server. I'm not sure if it's possible, and that's what I intended to ask. – Vaibhav Rathore May 20 '19 at 08:35
  • SES will just try to deliver the mail to its specified destination, like any other mail server. There's no special handling like you describe. And again, how can you possibly get access to their internal mail server to send mail there anyway? – Michael Hampton May 20 '19 at 15:07

0 Answers0