Jump to content

Recommended Posts

Posted

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?

  • Administrators
Posted

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.

  • Like 1
Posted

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?

Posted

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', '')

  • Administrators
Posted

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?

Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...