I have a new suggestion now.
When you go to fill out the SMTP information, can you make it so that the password shows up as asterisks? I'd rather my admins not have my personal login information XD
EDIT: I'm getting some stupid errors
Quote:
EPC_vbMailer_Cron
#-Campaigns-------------------#
3: Checking 'Testing new email mod'
3: Run now
3: Email sent [******@fwcds.net] using [smtp]
3: Email sent [******@hotmail.com] using [smtp]
3: Email sent [*******@gmail.com] using [smtp]
3: Email sent [*******@gmail.com] using [smtp]
3: Email sent [******@hotmail.com] using [smtp]
3: Campaign ran
#-Autoresponders---------------#
Fatal error: Maximum execution time of 500 seconds exceeded in /home/*******/public_html/forums/includes/functions.php on line 856
|
That's what I get, though I've removed certain parts of that with ****. But this is my 3rd test. My first 2 tests were with my admin usergroup (the quoted above is testing my mods). 2 out of 4 emails sent to my admins on both admin tests. On this mod test, 5 out of 6 were sent out. I've tried to look through stuff but I can't find anything. I even upped the max exec. time for php files from 120 to 500 but I still get the same as setting it to 120.
EDIT: I figured it out! I know why it's timing out! All the people that aren't receiving the emails have the setting for RECEIVE EMAILS FROM ADMINS set to NO! Is there any way to make it skip them so it doesn't time out or some sort of work around for this...? B/c on this last test, one of my staff emails bounced so his email settings were set to off. So when I go to run this again, the script seems to get caught in a loop.
EDIT #2: Maybe I was wrong about that....I've set all my admins to working emails + they can receive emails from admins now. And I still get the same error:
Quote:
#-Campaigns-------------------#
5: Checking 'Newsletter preview - to make sure it works'
5: Run now
5: Email sent [*****@gmail.com] using [smtp]
5: Email sent [*****@hotmail.com] using [smtp]
5: Email sent [*****@gmail.com] using [smtp]
5: Email sent [*****@gmail.com] using [smtp]
5: Campaign ran
#-Autoresponders---------------#
Fatal error: Maximum execution time of 500 seconds exceeded in /home/****/public_html/forums/includes/functions.php on line 856
|