Another vote for SMTP server/port setting in MODx admin panel.
REALLY need it!!!
It would be nice to have a standard setting that could be used as a default setting by add-ons.
-
☆ A M B ☆
- 24,524 Posts
Indeed! My hosting company just changed their mail server configuration to require SMTP authentication when sending through the server, so now I’m scrambling to modify all of the mailing scripts on the sites I have on my server

I’ve actually decided to modify the manager/includes/controls/class.phpmailer.php file instead of having to try to remember where all the mailer snippets are in all the sites, which will no doubt cause headaches when upgrading. So some sort of mail API using settings from the site configuration that snippets and modules and such could use would be extremely useful.