[PHP] Re: sending HTML email

2009-10-05 Thread Manuel Lemos
Hello, on 10/05/2009 11:27 AM John Corry said the following: > I've inherited a PHP application, first task of which was relocating to a > new server. > We've installed and configured all of the files on a dedicated linux server > at 1 and 1 (using qmail as an MTA). > > Since the move, the client

[PHP] Re: sending html email using php script

2004-10-05 Thread nipepsi
Ann a écrit : Hi, I am trying to send a html email from a php script. This script emails a common information to all the members in the database. The only problem is I cannot specify colors, hyperlinks etc..Html tags like , , etc works though.. Could any one tell me what i might be doing wrong? An