Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I have a whole bunch of servers in the cloud, and I really wanted each to have their own outgoing SMTP servers, rather than rely on anything external. In that way, if my remote SMTP server is down, it's not effecting every server. Commented Sep 1, 2010 at 10:09
  • 1) if you let PHP or Python do the smtp part, you have to do all the work (queueing, error handling) that an MTA would handle. 2) at the end you contradict what you say in the beginning Commented Sep 1, 2010 at 11:16
  • Some linux applications are setup to expect mail or sendmail named executables. System notifications. That's the whole point isn't it? For anything else there are no constraints. Commented Jul 14, 2018 at 22:20