[courier-users] Courier 20070617

2007-06-17 Thread Sam Varshavchik
Download: http://www.courier-mta.org/download.php webmlm is now feature complete, and this build now becomes a release candidate for 0.56 'couriermlm update' is required, after updating (but be sure to make a backup copy of your custom template text). pgpmtVgwCi7p3.pgp Description: PGP

[courier-users] Problems with mails sent by PHP

2007-06-17 Thread Bernd Plagge
Hi, I'm having some problems to send mail from PHP. PHP code: $to = '[EMAIL PROTECTED]'; $from = '[EMAIL PROTECTED]'; $replyto = $email; $subject = 'This is the subject'; $headers = From: .$from.\n .Reply-to: .$email.\n .MIME-Version: 1.0\n

Re: [courier-users] Problems with mails sent by PHP

2007-06-17 Thread Sam Varshavchik
Bernd Plagge writes: Hi, I'm having some problems to send mail from PHP. PHP code: $to = '[EMAIL PROTECTED]'; $from = '[EMAIL PROTECTED]'; I stopped reading right there. If you ask for help with mail delivery problems, post the actual data, and actual log entries, and not some random