The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Emails not beeing sent - 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: Emails not beeing sent (/showthread.php?tid=3059) |
Emails not beeing sent - tdamary - Jun 2nd, 2014 For the past two days I am having issues with the email sent from the forms. The formtools itself gets the submissions, but not sending them out for the email. I am using hostgator, and looks like everything is ok on thier side. Also, I was at the beginging typing the 'sending from' gmail account, and because of rumors I heard that gmail block, I've changed it. It worked for a bit, and today, again not working... Anyone else has the same issue? RE: Emails not beeing sent - alexh - Jun 3rd, 2014 Are you using PHP mail() or the The Swift Mailer module? I would recommend using swift mailer if you aren't. I had a lot of problems with HostGator after they were bought out, so I moved elsewhere. Hopefully that's not what is happening to you! RE: Emails not beeing sent - Joe - Jun 4th, 2014 I second Alex's recommendation. Swift Mailer will give you more stability than using PHP Mail() Cheers, Joe |