Jump to content

Notification Emails not working


atlanticva

Recommended Posts

  • Administrators

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
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • Administrators

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?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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...