The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Email Problem - 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 Problem (/showthread.php?tid=429)



Email Problem - prestodesigns - Jan 6th, 2010

Hey,

I have been using Form Tools since July and haven't had any problems until the last couple of days. After submission an email is sent to me, but lately I am only getting about 70-75% of the submissions being email to me. They are entered in my database correctly though.

Any ideas or steps to take to fix this?
I looked at the thread from axel but no help was found there. When I send a test email that works perfect still though.

Thanks again in advance for any help.

(Jan 6th, 2010, 1:31 PM)prestodesigns Wrote: Hey,

I have been using Form Tools since July and haven't had any problems until the last couple of days. After submission an email is sent to me, but lately I am only getting about 70-75% of the submissions being email to me. They are entered in my database correctly though.

Any ideas or steps to take to fix this?



RE: Email Problem - Ben - Jan 6th, 2010

Hey Presto,

So you didn't change any of the email templates, or any other configuration settings? Perhaps something changed on the server... the other possibility is that your email client is marking certain emails as spam. If the "from" address - or other meta info - changes between emails, that's a possibility too.

Debugging emails not getting through can be pretty hellish. Does your server keep error logs? If so, try looking through them: failed emails often end up in there which can give a few clues.

Let me know how it goes!

- Ben


RE: Email Problem - axel - Jan 7th, 2010

I understand what you mean.
I've been running though logs daily trying to figure this one out.

Emails are just having a hard time for some reason on the server.

Hotmail won't see messages when you send it Text/HTML Multi-Part I also found out.
It only accepts one or the other.
Hilarious process of debugging found that one out.

Swift Mailer or mail() both just seem to be slugish when sending messages automatically. However, I can click manual send and it will be in my inbox in less than 2 minutes.

Question is though: Is it server problems or Form Tools? You have to look at your mail system's logs to find that out.