One of my web sites has always used the "default" email engine for submitting forms. In the latest build of WB (20.0.6), the email engine switches from the "default" setting to PHP Mailer-SMTP all on its own.
I have gone into the form settings (on a flex grid) and have changed the email engine settings back to "default", and clicked "OK". Upon exiting all the way out of the flex grid settings, and then reopening the Properties and going back to the form's Advanced tab, the mail engine has again switched from "default" to PHP Mailer-SMTP.
The issue is that the form now produces an SMTP error every time someone does a submit. I know this "switching" behavior was not present on version 20.0.5.
Fortunately, I have a backup of the site under WB 19 and have been able to publish the page using that version. With version 19, "default" stays "default", and the form is now working correctly.
Thought you should know.
UPDATE: I now realize it was because the form was using an automatic HTML email response. The form from v19 was using plain text. I've modified the form in v20 to use plain text and now the email engine stays on "default".
My apologies for not being more aware.
Mail Engine Switches to PHP Mailer-SMTP
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Mail Engine Switches to PHP Mailer-SMTP
Billing clients for your freelance work? Try Minute-2-Minute, the project management, timing, and billing system. Perfect for web developers who charge by the hour. FREE 45-day trial.
Re: Mail Engine Switches to PHP Mailer-SMTP
If you set the email format to HTML or richtext then PHP Mailer is forced, because standard php mail does not support HTML formatting.
This does not work different than in previous versions.
Related FAQ:
viewtopic.php?f=10&t=64476
This does not work different than in previous versions.
Related FAQ:
viewtopic.php?f=10&t=64476