Hi,
I need a mail form for Qmail. I tried somethings but its not working. Can you send me some example codes for Qmail form.
Qmail Problem
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: Qmail Problem
Qmail is a complete PITA. I bet the problem is that you've got LF without CR.debraduvall wrote:Hi,
I need a mail form for Qmail. I tried somethings but its not working. Can you send me some example codes for Qmail form.
i.e.
Code: Select all
$message = "Foo\n".
"Bar";Code: Select all
$message = "Foo\r\n".
"Bar";