Ask a Question related to PHP Development, Design and Development.
-
SLanger@spirit21.de #1
Re: Problem sending HTML formated mail
Hello
Use a mail class to send your mail instead of mail. These classes have a
lot of workarounds for mail() problems and are fairly easy to manage.
I personally prefer phpmailer ([url]http://phpmailer.sourceforge.net[/url]) but there
are others. Just do a search through the archive for mail or mime classes
and
you should come up with plenty.
Regards
Stefan Langer
SLanger@spirit21.de Guest
-
[PHP] Problem sending HTML formated mail
Juan -- ...and then Juan Carlos Borrero said... % % Hi People Hi! % -
problem when sending mail
Hello Im trying to send a mail from a php-program. Im using a test program and the code for this is as follows: <?php $from =... -
[PHP] Mail() Problem Sending
I have recently had php installed on my server with sendmail. The server is behind a firewall and SMTP is open on the firewall. However, when I... -
Sending HTML formatted mail using CDONTS
Does anyone have some sample code for sending an HTML formatted message using CDONTS? Thanks RE: Sending HTML formatted mail using CDONTS ... -
CDONTS-Sending HTML mail-8000 character limit
Hi all, I have seen a few messages about this in the archives, but none provide a comprehensive answer. Basically, I want to use CDONTS mail...



Reply With Quote

