Mail Engine Switches to PHP Mailer-SMTP

Issues related to forms.
Post Reply
User avatar
gofrank
 
 
Posts: 196
Joined: Sun Dec 30, 2007 2:43 am
Location: Florida, USA

Mail Engine Switches to PHP Mailer-SMTP

Post by gofrank »

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.
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.
User avatar
Pablo
 
Posts: 23226
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Mail Engine Switches to PHP Mailer-SMTP

Post by Pablo »

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
Post Reply