Formatted Emails with PHP

Formatted Emails with PHP

am 01.02.2008 00:17:27 von DFS

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

Re: Formatted Emails with PHP

am 01.02.2008 02:11:57 von zeldorblat

On Jan 31, 6:17 pm, "KB" 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.