Hi all,
I tried using cfmail feature to sent email.
However i could only receive email via outlook express. When i try to sent to gmail, yahoo or hotmail account.
I could not receive the file.
My cf code is as follow
<cfmail from="[email protected]" to="[email protected]" subject="Testing" server="[email protected]
[email protected]">
my description
</cfmail>
<cfmail from="[email protected]" to="[email protected]" subject="Testing" server="[email protected]
[email protected]">
my description
</cfmail>
In the C:\CFusionMX\logs\mail.log, i found
"Error","scheduler-0","07/05/05","19:35:57",,"Sending failed; nested exception is: javax.mail.SendFailedException: Invalid Addresses; nested exception is: javax.mail.SendFailedException: 551 Command RCPT User not local and relaying not permitted from you (xxx.xx.xxx.xxx) "
I had set the Mail Server in my cf admin as follow
smtp.mydomainname.com
I am able to use outlook express to sent out mail to gmail, yahoo and hotmail account, but when using cfmail. I can't.
Does anyone have any idea on how to tackle this problems.
Any form of help is very much appreciated,
Thank you.
With Regards
sunloong
I tried using cfmail feature to sent email.
However i could only receive email via outlook express. When i try to sent to gmail, yahoo or hotmail account.
I could not receive the file.
My cf code is as follow
<cfmail from="[email protected]" to="[email protected]" subject="Testing" server="[email protected]
my description
</cfmail>
<cfmail from="[email protected]" to="[email protected]" subject="Testing" server="[email protected]
my description
</cfmail>
In the C:\CFusionMX\logs\mail.log, i found
"Error","scheduler-0","07/05/05","19:35:57",,"Sending failed; nested exception is: javax.mail.SendFailedException: Invalid Addresses; nested exception is: javax.mail.SendFailedException: 551 Command RCPT User not local and relaying not permitted from you (xxx.xx.xxx.xxx) "
I had set the Mail Server in my cf admin as follow
smtp.mydomainname.com
I am able to use outlook express to sent out mail to gmail, yahoo and hotmail account, but when using cfmail. I can't.
Does anyone have any idea on how to tackle this problems.
Any form of help is very much appreciated,
Thank you.
With Regards
sunloong