On 9 June 2010 11:59, Richard Quadling <rquadl...@gmail.com> wrote:

> On 9 June 2010 09:08, Amit Bobade <a...@e-arth.in> wrote:
> > Hi friends,
> > I am new in  PHP. I want to know that how to send an email in HTML
> > format(i.e. with proper header, footer, etc) in PHP.
> >  Please suggest me with code.
> >
> > --
> > Thanks and Regards,
> > Amit
>
>

Well, you can simply use PHP's built in mail() function, documented here:
http://php.net/manual/en/function.mail.php
It's extremely easy to use, particularly if you copy and change the code
examples.

If you want something more powerful, try Swift Mailer:
http://swiftmailer.org/

Michiel

Reply via email to