Okay - dumb-cluck question: How do I set the mail configuration for PHP for a specific domain? Right now it's reporting back that TLS isn't supported (250-STARTTLS isn't being called) and apparently using the root domain mail sender (host.rootdomain.com) rather the site domain sender (mail.otherdomain.com).
I suspect some of these issues are related to the PHP script sending to port 25 instead of 26 or 465. (But how do I change this?)
I suspect some of these issues are related to the PHP script sending to port 25 instead of 26 or 465. (But how do I change this?)