Aug 25th, 2016, 4:26 PM
Thanks to this post, I got an idea on how to work around the emails no longer forwarding...
When you are configuring the email notification set up, under the 'Content' tab there are options on what to display for both HTML and Text emails. Now, after using form tools since I started coding web sites almost a decade ago, out of habit I would fill out the content for both versions.
Based on what was said in this post, I tested emails for ONLY HTML and ONLY text, and the tests went through no problem. So I thought what would happen if I only submit content for HTML template only? And IT WORKED! The form I'm using this for only goes to me and the client anyway, so I know HTML is what we are receiving and would work just fine.
Not sure if this is the solution that will fix it for everyone, but it's worth a try. Form tools is the BEST out there for forms and I was incredibly sad when the email notification stopped working. So far it's working just like it used to with this work around -- so hopefully someone else will give it a try and see if it helps them be able to use this tool still.
p.s. - SwifterMail was enabled, even though I spent so much time seeing if that was the problem like a few others mentioned on the forum to no avail.
[/align]
When you are configuring the email notification set up, under the 'Content' tab there are options on what to display for both HTML and Text emails. Now, after using form tools since I started coding web sites almost a decade ago, out of habit I would fill out the content for both versions.
Based on what was said in this post, I tested emails for ONLY HTML and ONLY text, and the tests went through no problem. So I thought what would happen if I only submit content for HTML template only? And IT WORKED! The form I'm using this for only goes to me and the client anyway, so I know HTML is what we are receiving and would work just fine.
Not sure if this is the solution that will fix it for everyone, but it's worth a try. Form tools is the BEST out there for forms and I was incredibly sad when the email notification stopped working. So far it's working just like it used to with this work around -- so hopefully someone else will give it a try and see if it helps them be able to use this tool still.
p.s. - SwifterMail was enabled, even though I spent so much time seeing if that was the problem like a few others mentioned on the forum to no avail.
[/align]
(Jul 27th, 2016, 2:58 PM)Sportmin Wrote: I have some more details on the issue.
I use the Form Tools 2.2.5 with the standard php mail function, no module.
I have some "normal" forms. For sending the form as e-mail I have defined a HTML template and a text template as well.
While using PHP 5.3, it works well, and mails are sent.
If I switch to PHP 5.5 or 5.6, the user doesn't see a difference, but the mails won't be sent. Also the test mail shows an sending error, if I choose HTML & Text as mail format. If I choose HTML only or text only, the test mail will be sent.
If I delete the text template, mails are sent also with PHP 5.5/5.6.
It seems, that there's an issue with multipart mails in PHP 5.5+.