Hi, all,
I have a problem when trying to send emails to accounts outside our domain. That is, if I send emails from webmaster@mydomain.com to user@mydomain.com, my CFMAIL works. But, is I sent an email from webmaster@mydomain.com to user@hotmail.com, doesn’t work. My server requires authentication. When I test the account name and password for my domain name “mail.mydomain.com” in outlook express, it does send the mails, but I don’t know why it is not sending the emails through CF. Now, the way I have my settings at the CF admin is: myuser:mypassword@mail.mydomain.com.
My code is:
<cfmail to="user@hotmail.com"
from="webmaster@mydomain.com "
subject="test 1" >
This is my first cfmail test!
</cfmail>
And the file that CF writes at the “C:\CFusionMX\Mail\Undelivr” folder reads:
server: myuser:mypassword@mail.mydomain.com:25
from: webmaster@mydomain.com
to: user@hotmail.com
subject: test 1
type: text/plain; charset=UTF-8
X-Mailer: ColdFusion MX Application Server
body:
body: This is my first cfmail test!
body:
Do any of you have an idea?
Thanks!!!
Dr. Stern
I have a problem when trying to send emails to accounts outside our domain. That is, if I send emails from webmaster@mydomain.com to user@mydomain.com, my CFMAIL works. But, is I sent an email from webmaster@mydomain.com to user@hotmail.com, doesn’t work. My server requires authentication. When I test the account name and password for my domain name “mail.mydomain.com” in outlook express, it does send the mails, but I don’t know why it is not sending the emails through CF. Now, the way I have my settings at the CF admin is: myuser:mypassword@mail.mydomain.com.
My code is:
<cfmail to="user@hotmail.com"
from="webmaster@mydomain.com "
subject="test 1" >
This is my first cfmail test!
</cfmail>
And the file that CF writes at the “C:\CFusionMX\Mail\Undelivr” folder reads:
server: myuser:mypassword@mail.mydomain.com:25
from: webmaster@mydomain.com
to: user@hotmail.com
subject: test 1
type: text/plain; charset=UTF-8
X-Mailer: ColdFusion MX Application Server
body:
body: This is my first cfmail test!
body:
Do any of you have an idea?
Thanks!!!
Dr. Stern