• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Mail being sent by CFMAIL blocked by some ISPs

Guest
May 27, 2013 May 27, 2013

Copy link to clipboard

Copied

I have written an app for a client which sends emails as part of confirmation. We have noticed that some domains will block the email ie btinternet.com email addresses will block the emails. However, if the client emails from their own email address the customer will receive this email. What could be blocking this email?
We are using CF9

Here is my email code:
<cfmail to="#customer_email#" from="#from_email#" bcc="#blankemail#" subject="#email_subject#" type="html">
<cfmailpart type="text/plain">
<cfoutput>#plain_email_text#</cfoutput>
</cfmailpart>
<cfmailpart type="text/html">
<cfoutput>#html_email_text#</cfoutput>
</cfmailpart>
</cfmail>

Views

538

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 28, 2013 May 28, 2013

Copy link to clipboard

Copied

It's most likely due to the sending domain being blacklisted by some spamlist authority.  If this is the case, it's usually returned with a message explaining why.  Check to see if there are any return messages from the domains that are blocking the email.

^_^

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
May 29, 2013 May 29, 2013

Copy link to clipboard

Copied

LATEST

Have you checked mail log file from CF 9 server? Is there any relevant logging for it?

Kindly also check below bug detail and confirm, either you are getting similar issue too:-

https://bugbase.adobe.com/index.cfm?event=bug&id=3373350

Regards,

Kaif Akbar

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation