Forum Moderators: travelin cat
yes you can. you have to make sure that any graphics referenced use abosulte URLS; i.e. starting with http://
2) What email program I cna use to send this mail out?
lots of choice here. do you have access to a webserver? does that server have any bulk mailers pre-installed? if not, is it possible to for you or someone there to install some for you? alternatively, there are many companies that wil allow you to use there list manaagment tools for a small fee- some with free trials also.
3) Is there any specific way of sending html I need to be aware of?
keep the html simple. - use tables not css for layout. (never thought id say that). use a maximum width of 600px. Make sure you the program you use can handle multi part mime emails, so you can send both a text and html file at the same time, and the recipients software chooses how to display it.
Interesting question about special considerations when sending html. I'm wondering that as well.
many people have HTML email dis-abled thanks to spammers using little tracking GIFs in their HTML emails.
If they are just "reading" the newsletter, why not just send it out as a PDF document?
You can make links clickable and its not HTML mail.
whatever email client they are using should make the links "clickable" even if they have "html" email functionality turned OFF.
but they have to be full URLs like:
[example.com...]
and not:
<a href="http://www.example.com/files/lookhere.html">Click Here for more info!</a>
you might want to wrap all URLs in chicken beaks too so if they are long and get "wrapped" they won't break up:
<[example.com ]>
Thanks!
- Tania :)
I made and html in Dreamweaver MX on the Mac (OS X) and tried to email it but it did not worked. I tried Apple Mail (Panther) and Thunderbird and Entourage X. None of these were sending html as formatted html. Than I tried Outlook Express on Windows XP box I had and it worked fine. At the time I didn't have Tiger yet, which I received now. I didn't test this sending with Apple Mail 2 but as far as I know there is no option in prefs except "plain text" and "rich text". I just lokked again - no html. So in the end I did this on the Mac but I used OE on XP box to send it.
My html newsletter was very simple: one link to my website, few pictures and few logos in the table and some text. No CSS or other complicated things.
It worked pretty well. It has a good feature that checks to make sure there are no duplicates or invalid addresses. I had to put in the <html> and <body> tags, but it handled the HTML portion.
Many thanks, y'all!
I was beginning to think that the problem was not with what I was sending but how I was trying to send it. I switched to a different server and it worked when I sent it to myself (Mac) and when I sent it to my brother (PC), but it didn't work for my agent and another friend of mine (both Mac). Imma have to go use one of my friend's PC computers and see what that does.
I'll try the Netscape suggestion, however, and see what that does.
And I'll tell my agent to check out the Bulk Mailer since she's the one who will be sending this out to her list and she's also a Mac user.
Thanks again! :)
- Tania