Jump to content

Recommended Posts

Posted

Hi everyone,

I am having trouble with the system mail. When I send an email, it says it has completed, but no-one ever gets the mail. Here is a clipping from my local.config.php

Config::Set('EMAIL_USE_SMTP', true);

# Add multiple SMTP servers by separating them with ;

Config::Set('EMAIL_SMTP_SERVERS', 'smtpout.secureserver.net');

Config::Set('EMAIL_SMTP_PORT', '25');

Config::Set('EMAIL_SMTP_USE_AUTH', true);

Config::Set('EMAIL_SMTP_USER', 'ceo@flyacva.ca');

Config::Set('EMAIL_SMTP_PASS', '*********');

if someone could help that would be greatly appreciated.

  • Administrators
Posted

no it was not able to send any mail

Make sure the from-email in the settings matches what your host needs; often times if that doesn't match a valid email, it won't get sent out

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