Hi I've got two issues with email currently.
when I try and send an email I get a problem using the SMTP settings that I have. I don't use a CMS etc but am using cakephp to send emails out. this was working fine up to recently so I don't know what's causing it to fail.
I am using the following config:
port = 26
host = localhost
timeout 30
user-name / password (that work when I connect to the webmail).
Is there anything else I need to include (config options)?
I am also trying to send an email to myself in the webmail and getting the following error:
There was an error sending your message: Failed to set sender: coca-colaconnections@halouk.com [SMTP: Invalid response code received from server (code: 550, response: Authentication failed)]
Any help would be great as the client is starting to get a bit annoyed. There are no errors when I run the code either which obviously helps the debugging!
Kinsley


Reply With Quote