Jump to content

Recommended Posts

  • 1 month later...
Posted

I have this same problem says its sent but not received can anyone shed any light ? I've over written pretty much every file I can think of just incase a module change was responsible but still no luck, It was working fine then just packed up

Be great if someone could solve this puzzle :wub:

Posted

I've been playing around with this for a couple of days now using what Vangelis suggested and as yet still un able to get the email function to work in the admin :( The settings i've used in the local.config are as follows:

# Email Settings
Config::Set('EMAIL_FROM_NAME', 'DHL Virtual Cargo');
Config::Set('EMAIL_FROM_ADDRESS', 'admin@dhlvirtualcargo.co.uk');
Config::Set('EMAIL_USE_SMTP', true);
# Add multiple SMTP servers by separating them with ;
Config::Set('EMAIL_SMTP_SERVERS', 'mailout.one.com');
Config::Set('EMAIL_SMTP_PORT', '25');
Config::Set('EMAIL_SMTP_USE_AUTH', false);
Config::Set('EMAIL_SMTP_USER', 'admin@dhlvirtualcargo.co.uk');
Config::Set('EMAIL_SMTP_PASS', 'MYPASSWORD');

Any help appreciated this is driving me mad :wacko:

  • Members
Posted

If you are using One.com then you are using a wrong outgoing mail server can you try with "send.one.com" and also EMAIL_SMTP_USE_AUTH should be se to TRUE

and if you still have problems i would sugest you try an gmail,yahoo or whatevere else you acount you have in order to elliminate server problems.

  • Administrators
Posted

This is usually a problem with the server rejecting the credentials. Google, as far as I know, doesn't allow their SMTP to be used by scripts and automated daemons

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