Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Newsletter with HTML eMail

Quote Reply
Newsletter with HTML eMail
Hello,

how can i send html mails with the linkssql "Newsletter " function ?

Quote Reply
Re: Newsletter with HTML eMail In reply to
Hi,

are you shure you want to send html emails?. The about 30-40% of the internet users who can't or don't want to recieve html-mails will hate you. The rest will not be amused of recieving 10k mails with 100Bytes of information.

But if you really want to do it there is a way of programming sendmail directly. The first line of code to be sent to sendmail is the Text/html header and then the rest of the mail.

regards, alexander

Quote Reply
Re: Newsletter with HTML eMail In reply to
hi,

in tghe email or in the cgi code ?

Quote Reply
Re: Newsletter with HTML eMail In reply to
Hi,

you have to call sendmail with cgi. If you only use html in the mail the user will recieve a text-mail with the html source.

regards, alexander

Quote Reply
Re: Newsletter with HTML eMail In reply to
hello,

where can i chnage this and how is the syntax ?!?!

Quote Reply
Re: Newsletter with HTML eMail In reply to
hello my email-head looks like:

> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
> <TITLE></TITLE>
>
> <META content="MSHTML 5.00.2314.1000" name=GENERATOR></HEAD>



Quote Reply
Re: Newsletter with HTML eMail In reply to
Hi,

check:

http://www.gossamer-threads.com/...=&vc=1#Post65631

regards, alexander