Formatted Emails with PHP

Hi, PHP programmers,

I'm trying to find a website or some sort of direction on how to format my
emails that I send out using a PHP script.

I know how to send out emails, but I don't know how to italicize, bold,
underline, change fonts and center using PHP scripts. I don't mind it being
very basic. That's how I like to start and work from there. A good book on
the subject or a website address would be great. I've been looking around,
but I keep on getting confusing information, that doesn't really explain it.
In other words, do I need to put a special code in the headers or is it all
in the message? Things like that...

Best Regards,

Kees
DFS [ Fr, 01 Februar 2008 00:17 ] [ ID #1921038 ]

Re: Formatted Emails with PHP

On Jan 31, 6:17 pm, "KB" <nos... [at] nospam.com> wrote:
> Hi, PHP programmers,
>
> I'm trying to find a website or some sort of direction on how to format my
> emails that I send out using a PHP script.
>
> I know how to send out emails, but I don't know how to italicize, bold,
> underline, change fonts and center using PHP scripts. I don't mind it being
> very basic. That's how I like to start and work from there. A good book on
> the subject or a website address would be great. I've been looking around,
> but I keep on getting confusing information, that doesn't really explain it.
> In other words, do I need to put a special code in the headers or is it all
> in the message? Things like that...
>
> Best Regards,
>
> Kees

I put the following words into Google:

php send html email

and the second link had a perfectly correct example.
zeldorblat [ Fr, 01 Februar 2008 02:11 ] [ ID #1921901 ]
PHP » alt.php » Formatted Emails with PHP

Vorheriges Thema: login problem
Nächstes Thema: database of zip codes to latitude-longitude coordinates?