atlanticva Posted July 31, 2010 Report Posted July 31, 2010 Hello All, We are having problems with our system email notifications. A few weeks ago it was working but suddenly it has stop for some unknown reason. We use google app for our email system, do you think that could be the reason? Quote
Administrators simpilot Posted August 1, 2010 Administrators Report Posted August 1, 2010 Has someone changed the settings in your config file? Do you still receive email on your domain? Are there any errors in your server logs? Are there any errors in the phpvms logs? If you have no logs try enabling them and see what pops up. 1 Quote
atlanticva Posted August 1, 2010 Author Report Posted August 1, 2010 Has someone changed the settings in your config file? Do you still receive email on your domain? Are there any errors in your server logs? Are there any errors in the phpvms logs? If you have no logs try enabling them and see what pops up. Yes, we are receiving email on the domain. I dont see any errors in the server log. The phpvms logs was blank? Where do I enable this option? Quote
Administrators simpilot Posted August 1, 2010 Administrators Report Posted August 1, 2010 You can enable error logging here -> http://forum.phpvms.net/page/index.html?record=31 Quote
atlanticva Posted August 1, 2010 Author Report Posted August 1, 2010 You can enable error logging here -> http://forum.phpvms.net/page/index.html?record=31 I was in the local config file, do I need to set up smtp : Email Settings Config::Set('EMAIL_FROM_NAME', ''); Config::Set('EMAIL_FROM_ADDRESS', ''); Config::Set('EMAIL_USE_SMTP', false); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', ''); Config::Set('EMAIL_SMTP_PORT', '25'); Config::Set('EMAIL_SMTP_USE_AUTH', false); Config::Set('EMAIL_SMTP_USER', ''); Config::Set('EMAIL_SMTP_PASS', '') Quote
Administrators simpilot Posted August 2, 2010 Administrators Report Posted August 2, 2010 You only need to set the options for SMTP if you are using that method. Most va's are using the php mail function, and if it was working without those settings enabled, then I would not believe that was the issue, unless you have changed server settings for your mail modules. Have you changed the admin address in the admin panel? Quote
Oceanica Virtual Aviation Posted August 2, 2010 Report Posted August 2, 2010 You only need to set the options for SMTP if you are using that method. Most va's are using the php mail function, and if it was working without those settings enabled, then I would not believe that was the issue, unless you have changed server settings for your mail modules. Have you changed the admin address in the admin panel? Yes, I just changed the email address today to see if it was that certain email address but I never touch the server setting. We did changed the software from the beta to full? So I really dont know what is the issue? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.