MODx eForm Configuration on Mosso
I've struggled to get eForm to work right on Mosso's wonderful cloud hosting platform, the tech support has been great and with thier help I've nailed it down.
MODx Configuration
Confirm that you have a valid email address in your Email address field in the User Configuration tab in the main MODx config.

Next we need to open up a file for editing in /manager/includes/controls/class.phpmailer.php and enable and configure SMTPAUTH.
I edited my smtpauth like so start at line # 174
var $SMTPAuth = true;
/**
* Sets SMTP username.
* @var string
*/
var $Username = "noreply@himmdesign.com";
/**
* Sets SMTP password.
* @var string
*/
var $Password = "user your own password here";
The username and password here needs to be for a real account. When you're done save it, upload it and you should be good to go.
Tip: If you just created the noreply email account it may take a few minutes before Mosso's system full become aware of it.
Tweet This!
