|
Posted by =?ISO-8859-1?Q?Andreas_M=FClle on April 3, 2008, 10:59 am
Please log in for more thread options
Hi!
I'm looking for a technical primer regarding programming correct HTML
newsletters. E.g. I remember reading about inline jpegs to avoid
attachment problems and the like :-)
Thanks for your hints / links and ideas.
Best regards,
Martin
|
|
Posted by David Stone on April 3, 2008, 2:38 pm
Please log in for more thread options
In article
> Hi!
>
> I'm looking for a technical primer regarding programming correct HTML
> newsletters. E.g. I remember reading about inline jpegs to avoid
> attachment problems and the like :-)
It sounds like you want to e-mail html-formatted newsletters to
people, complete with graphics.
My suggestion is, don't. Instead, send your subscribers a short
text paragraph together with a link to the newsletter, which would
be somewhere on your web server. That way, subscribers who don't
like to use the same program for e-mail and web browsing are happy,
and you reduce the risk that your newsletters will get flagged as
spam by content filters.
Personally, I hate getting html newsletters, and I have my
e-mail client set to not display images at all (linked,
attached, or inline).
|
|
Posted by Andy Dingley on April 7, 2008, 6:51 am
Please log in for more thread options
> Personally, I hate getting html newsletters, and I have my
> e-mail client set to not display images at all (linked,
> attached, or inline).
HTML-only (evil, and a common mark of phishing spam) isn't the same
thing as properly-coded multipart HTML + plaintext.
I'll happily read a HTML + plaintext email, even if I only ever read
the plaintext. It's HTML-only that goes straight into the killfile.
|
|
Posted by David E. Ross on April 3, 2008, 3:47 pm
Please log in for more thread options On 4/3/2008 6:59 AM, Andreas Müller wrote:
> Hi!
>
> I'm looking for a technical primer regarding programming correct HTML
> newsletters. E.g. I remember reading about inline jpegs to avoid
> attachment problems and the like :-)
>
> Thanks for your hints / links and ideas.
>
> Best regards,
> Martin
Compose the newsletter as a Web page and upload it to a Web server.
Then send a brief E-mail message to your subscribers with the link to
the Web page. This way, you can keep all prior issues available. Then,
when you have a new article that updates something from a prior issue,
you can put a link in the new article to the prior article.
As for sending HTML-formatted E-mail, see my
<http://www.rossde.com/ASCII_mail.html>.
--
David Ross
<http://www.rossde.com/>
Have you been using Netscape and now feel abandoned by AOL?
Then use SeaMonkey. Go to <http://www.seamonkey-project.org/>.
|
|
Posted by =?ISO-8859-1?Q?Andreas_M=FClle on April 4, 2008, 7:17 am
Please log in for more thread options Hello, Davids :-)
Thanks to both of you for your for your advice, which I will follow.
Best regards,
Andreas
|
| Similar Threads | Posted | | Looking for a newsletter Programme | October 20, 2004, 2:35 pm |
| Newsletter Template | July 27, 2008, 8:30 pm |
| Need help with storing email addresses and sending out a newsletter | June 19, 2005, 9:08 pm |
| Launching the correct app from URL | March 11, 2005, 8:16 am |
| Setting Correct Charset? | June 29, 2007, 10:24 am |
| Firefox/IE7 DIV positioning - can you correct this CSS disaster? | September 30, 2007, 2:29 pm |
| Animation technique? | January 24, 2005, 9:15 pm |
| REQ: Tickertape technique | September 24, 2007, 5:46 am |
| Re: | June 4, 2008, 1:19 pm |
| Thumbnail Expansion Technique | September 30, 2008, 11:57 pm |
|