Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with email getting tagged as spam #2

Open
boyzoid opened this issue Feb 13, 2012 · 4 comments
Open

Issue with email getting tagged as spam #2

boyzoid opened this issue Feb 13, 2012 · 4 comments

Comments

@boyzoid
Copy link
Contributor

boyzoid commented Feb 13, 2012

From Ray Camden:

"apparently you get dinged for Spam if you send an html email and do not include an actualy html tag
looking at mailEntry, i can confirm that
first line is a h2"

@cfjedimaster
Copy link

Here is how I modified my version:

        &lt;cfsavecontent variable=&quot;theMessage&quot;&gt;<br/>          &lt;cfoutput&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;&lt;/head&gt;<br/>&lt;body&gt;            <br/>&lt;h2&gt;#entry.title#&lt;/h2&gt;<br/>&lt;b&gt;URL:&lt;/b&gt; &lt;a href=&quot;#theLink#&quot;&gt;#theLink#&lt;/a&gt;&lt;br /&gt;<br/>&lt;b&gt;Author:&lt;/b&gt; #entry.name#&lt;br /&gt;<br/><br/>#renderedText#&lt;cfif len(entry.morebody)&gt;<br/>&lt;a href=&quot;#theLink#&quot;&gt;[Continued at Blog]&lt;/a&gt;&lt;/cfif&gt;<br/><br/>&lt;p&gt;<br/>You are receiving this email because you have subscribed to this blog.&lt;br /&gt;<br/>To unsubscribe, please go to this URL:<br/>&lt;a href=&quot;#rooturl#unsubscribe.cfm?email=#email#&amp;amp;token=#token#&quot;&gt;#rooturl#unsubscribe.cfm?email=#email#&amp;amp;token=#token#&lt;/a&gt;<br/>&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;<br/>           &lt;/cfoutput&gt;<br/>          &lt;/cfsavecontent&gt;

@cfjedimaster
Copy link

Ugh, damn Github didn't escape my text????

@boyzoid
Copy link
Contributor Author

boyzoid commented Feb 13, 2012

It did in the email.

Scott Stroz

http://www.boyzoid.com

No trees were killed in the sending of this message, but a large number of
electrons were terribly inconvenienced

On Mon, Feb 13, 2012 at 11:02 AM, Raymond Camden <
[email protected]

wrote:

Ugh, damn Github didn't escape my text????


Reply to this email directly or view it on GitHub:
#2 (comment)

@cfjedimaster
Copy link

Ugh. Frak it. You can ask me later.

ddspringle pushed a commit that referenced this issue Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants