Cannot connect to Microsoft Online Hosted Exchange with CFMAIL
hi
i work non-profit in northern california facilitates high-tech internships teachers.
while site host hostmysite.com - moved email services microsoft online's hosted exchange services. such, need update code send email notifications off of new exchange servers email dont appear spoofs. '
microsoft provides following settings:
http://blogs.technet.com/msonline/archive/2009/09/02/using-smtp-relay-with-exchange-online .aspx
i've set cfmail tag such - however, regardless if use usetls, usessl or both, emails not sent. quick review of cf mail log file reveals:
"error","scheduler-1","04/14/10","14:47:00",,"could not connect smtp host: smtp.mail.microsoftonline.com, port: 587"
<cfmail server="smtp.mail.microsoftonline.com"
username="web@***.org"
password="********"
usetls="true"
port="587"
subject="hello world"
to="****@yahoo.com"
from="web@***.org">
this test email - did work?
</cfmail>
any ideas? appreciated!
ben
can telnet onto server running cf?
--
adam
More discussions in Advanced Techniques
adobe
Comments
Post a Comment