Hi,
This code has always worked and now stopped. Our client uses it for sending a suggestion for visit to a friend.
Anything we should know?
Any changes server side?
Hi,
This code has always worked and now stopped. Our client uses it for sending a suggestion for visit to a friend.
Anything we should know?
Any changes server side?
replied already, but this line:
server=“mail.xxxxxx.com”
needs to be: server="[email protected]:[email protected]"
This enables SMTP Auth on CFmail
For everyone, apparently now we are supposed to use
server="[email protected]:[email protected]"
where the capital XXXXX is the password for the mail account.
bah! Im too slow for Stephen chops ![]()
well, for us it just simply stopped working. X(
No matter what we try. I have run out of creativity.
This is what we have there at the moment:
Please, can anybody point whats wrong?
Thanks
and yes, I have tried the IP instead of mail.yyyyy.com X(
[QUOTE=Stephen]
replied already, but this line:
server=“mail.xxxxxx.com”
needs to be: server="[email protected]:[email protected]"
This enables SMTP Auth on CFmail
[/QUOTE]
or you can just change to
server=“localhost”
and not worrry about authentication ![]()
Aslo, instead of putting everything in the “server” attribute, the cfmail tag also has “username” and “password” attributes.
So, an example:
Unless Jodohost has some setting in CF Admin set to disable the “username” and “password” attributes.
Also, if you set the “username” and “password” attributes, and also put the username:password in the “server” attribute, what is in the “server” overrides the others.
very annoying ![]()
Doesnt matter which format I use, it works right when sending the message to outside Networks…but if I try to send to a mail box here… either does not come…or it takes several hours (around 6 or 7 hours delay).
Now, what can I say…?
Please, could anybody try to make that same test?
Do you receive inside the network here ok?
Thanks guys
Ok, it has improved to just over 1 hour.
Still… I’d like to understand the logic behind that.
thanks