detect mail type

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Marco Polo I
Forum Newbie
Posts: 3
Joined: Mon Oct 27, 2003 10:00 am
Contact:

detect mail type

Post by Marco Polo I »

people maybe this is impossible, but i try to ask you...


for example when i sending html mail, sometimes my clients get only html tags, i know that reason is that client html box dont support html mails.

but how can i prevent this, for example can i get response where will be known to me, what types of mails can support client email box and after this i can decide what type of mail i can send to the client


thanks
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

you dont get anything back once you have sent off the email, the only way i can think of is to ask the clients to select what type of email they would like, if they choose html then send them html emails else send them normal text based emails.
Post Reply