473,608 Members | 2,457 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Recommendation for HTML formatted emails

Hello,
DOes anyone have a recommendation for some free code to send out
HTML-formatted emails? The code does not have to be cross-browser
compatible.

Thanks for any advice, - Dave
Jul 20 '05 #1
5 2457
D. Alvarado wrote:
Hello,
DOes anyone have a recommendation for some free code to send out
HTML-formatted emails? The code does not have to be cross-browser
compatible.


I don't know of any software that could help you, but any HTML that is
sent out *MUST* be cross-browser compatible. Not every user uses
Microsoft's Virus Express (aka. Outlook Express). Many use Mozilla,
Thunderbird, Opera, Lotus Notes, Apple Mail, etc... or web based such as
Hotmail, Yahoo and GMail. So, DON'T ever make the mistake of thinking
it doesn't have to be compatible.

This ALA article may help a little. It discusses the creation of CSS
styled, HTML emails, though it doesn't mention any software used to send it.
http://www.alistapart.com/articles/cssemail/
--
Lachlan Hunt
http://www.lachy.id.au/

Please direct all spam to ab***@127.0.0.1
Thank you.
Jul 20 '05 #2
> > Hello,
DOes anyone have a recommendation for some free code to send out
HTML-formatted emails? The code does not have to be cross-browser
compatible.


Be aware that many people refuse to accept HTML in emails.
Jul 20 '05 #3
In <9f************ **************@ posting.google. com>, on 08/08/2004
at 07:41 PM, la***********@z ipmail.com (D. Alvarado) said:
DOes anyone have a recommendation for some free code to send out
HTML-formatted emails?


Yes. Don't, unless the recipients have requested it. You're going to
see more and more users rejecting HTML e-mail, due to security issues.
There's also the issue of people who prefer to run text-only e-mail
software. The best thing to do is to send personalized text with links
to your boilerplate.

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to sp******@librar y.lspace.org

Jul 20 '05 #4
> > DOes anyone have a recommendation for some free code to send out
HTML-formatted emails?


Yes. Don't, unless the recipients have requested it. You're going to
see more and more users rejecting HTML e-mail, due to security issues.
There's also the issue of people who prefer to run text-only e-mail
software. The best thing to do is to send personalized text with links
to your boilerplate.

A-men!!
Jul 20 '05 #5
"Shmuel (Seymour J.) Metz" <sp******@libra ry.lspace.org.i nvalid> a
écrit dans le message de
news:41******** *************** ****@news.patri ot.net
DOes anyone have a recommendation for some free code to send out
HTML-formatted emails?


Yes. Don't, unless the recipients have requested it.


One thing that could be done is sending the mails in a multipart format
(both text/plain and html versions embedded)

Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2243
by: Paul Lamonby | last post by:
Hi, I am generating a HTML formatted email in PHP, but I am getting the most bizarre error, it will randomly delete characters out of the HTML code while in transit to the address, therefore generating errors in the final output. For instance, a "</td>" tag will become "/td>" or a URL will end in ".co.k", missing the "u". This seems to happen totally randomly from one try to the next throughout the code.
5
2619
by: BaWork | last post by:
I have a web form where a client can select which site members to send an email to. This form is populated from the contents of the member table, so the form can have 0-x names listed on it depending on member expiration dates. When the form is submitted, the code loops through the form contents and sends an email to those members that meet the selected criteria. All this worked perfectly when I was sending text emails, but since I
21
2721
by: maya | last post by:
hi, I'm designing an HTML email for a client.. I know general guidelines (no CSS, no JavaScript... although I do use limited CSS, inside tags (as in <span style=".."we do this at work and it works fine, so I figured it's ok..) but I have a few more questions, for example, is it ok to do client-side image-maps? is there a web page somewhere with general guidelines for HTML e-mails? (and what is best way to test HTML e-mails? (I...
1
2936
by: robbiesmith79 | last post by:
Just so this is out there on the web, I battled the past 24 hours about this. Background info... I developed a ecommerce website in PHP 4 on a shared linux hosting plan from GoDaddy and had the html formatted emails sending as text/html and were going fine with limited header information. Then we moved the site over to a Dedicated Linux hosting plan. This time, it's PHP 5. Things are bound to not work as expected moving to a new...
0
8059
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8000
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8495
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
6815
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6011
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4023
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2474
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1589
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1328
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.