"George Alexander" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am working on a newsletter module. What I want
> to know is that how can we send a newsletter via
> email to all the subscribers in html format
> with images in the htm too???
read http://www.php.net/mail
--
Henrik Hansen
--
Hi Geroge, you can do this:
Fist: make an php document with all the content of the letter at html ex:
$body .= " any title \n";
$body .= " \n";
$body .= "http://your.domain.com/image/image.gif\"; width=\"330\"
height=\"38\"> \n";
$body .= " This is a mail at html \n";
$body .= "
$body .= "
note
One fairly easy way is to use Richard Heyes html mail class available at
phpclasses.upperdesign.com
> I am working on a newsletter module. What I want
> to know is that how can we send a newsletter via
> email to all the subscribers in html format
> with images in the htm too???
>
--
PHP
have something like
mail("$address", "$subject", "$body", "$headers \nContent-Type: text/HTML;
charset=iso-8859-1\nContent-Transfer-Encoding: 64bit" )in your mail
mail(
-Original Message-
From: George Alexander [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 4:37 P
4 matches
Mail list logo