The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Email Notification Issue - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Email Notification Issue (/showthread.php?tid=738) Pages:
1
2
|
RE: Email Notification Issue - Ben - Feb 11th, 2012 Hey guys, Just to pipe up on this: that actually makes sense! Some PHP configurations are set up to forbid the 4th "headers" parameter in the mail() function. Multipart emails (html + text) require that fourth param in order to submit the email, which is why they're failing on your servers. Unfortunately, I don't know of a way to detect whether or not PHP allows that fourth param, otherwise I'd check for it. Just FYI! - Ben |