New Member
Posts: 1
Joined: Oct 2007
|
I have a cfmail form for my mailinglist at which my msn account is also inserted, with that list the mail is without any problem being delivered to that emailadress. Then when I try to send with a cfmail form that sends email on reaction it does not deliver the mail, it delivers to gmail, yahoo etc, not to msn...any clues? Here's what I have: <cfloop query="email"> <cfmail type="html" from="reacties@mydomainame.com" to="#fld_mail#" bcc="reacties@mydomainame.com"<-also tried bcc="#mto#" subject="Re: #artikel.fld_newstitle#" server="xxx.x.x.1" port="25"> <cfmailparam name="Message-Id" value="<#createUUID()#@mydomainame.com>"> <cfmailparam name="Reply-To" value="reacties@mydomainame.com"> <cfmailparam name="MIME-Version" value="1.0">
This message was edited by chris1 on 10-8-07 @ 2:21 PM
|