I have created a help desk support ticket regarding this and have gotten no response. I posted it at 9am this morning. I need to get this resolved ASAP.
I have a few pages that send an email from the server and I have not been getting them. Is there a backup in the queue or is there some other reason I can't send email from my pages? example page: http://www.theblueexchange.com/referAFriend.cfm
code that sends email:
Thank you for any help,
Cari McDowell
I have a few pages that send an email from the server and I have not been getting them. Is there a backup in the queue or is there some other reason I can't send email from my pages? example page: http://www.theblueexchange.com/referAFriend.cfm
code that sends email:
Code:
<cfmail to="#form.refFriendEmail#" from="#form.refEmail#" bcc="#request.webmasterEmail#" cc="#IIf(form.refIsCCd EQ 1, Evaluate(DE("Form.refEmail")), DE(""))#" subject="Check Out The Blue Exchange!" server="#request.emailServer#" username="#request.webmasterEmail#" password="#request.webmasterEmailPass#" type="html">
Hi #form.refFriendName#,
<p>#form.refName#, has referred you to TheBlueExchange.com. The Blue Exchange offers totally FREE classified advertising. Tired of Newspaper Ads, Garage Sales, Auctions, and high cost advertising? Place your ad for FREE with The Blue Exchange.
The easy and quick way to get your message and product to the masses. The Blue Exchange is available in print and online.
Check it out at <a href="http://www.theblueexchange.com">TheBlueExchange.com</a>.</p>
Message from #form.refName#:<br>
<strong>#form.refMessage#</strong>
<p>Thank you for your interest in The Blue Exchange! For more information about The Blue Exchange, please visit us online at <a href="http://www.theblueexchange.com">TheBlueExchange.com</a>.</p>
</cfmail>
Thank you for any help,
Cari McDowell