After upgrading to Concrete 5.3.1.1, the form blocks are no longer sending email notifications like they used to. They results still appear in the dashboard, but my client needs to receive the email messages as well.
Any idea what could be wrong? Do I need to delete and recreate the form block?
I've never had to use SMTP authentication when working from a local PHP script before. Can anyone help me augment the script to support SMTP authentication?
If you call the tech at your hosting company and ask about authenticating from inside a program residing on their server, you'll probably discover that SMTP Authentication (which is a fancy geek way of saying you need to submit your password for an account when you try to send with it) is only being required for *individual* email accounts. For a program like Concrete5 and its scripts (which are residing on the server itself and so access the server's mail functions directly) SMTP Authentication is irrelevant. The email sending from Concrete5 should continue to work just as it has been after the clamp down on requiring authentication on individual email accounts. At least that's how the techs athttp://www.hostmonster.com explained it to me.