View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004754 | mantisbt | public | 2004-10-21 08:40 | 2012-08-26 16:17 | |
Reporter | user_79356 | Assigned To | dregad | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 0.19.0 | ||||
Summary | 0004754: phpmailer sends invalid characters in message body | ||||
Description | My setup uses the PHP mail() function for sending mail, PHP 4.3.4 on windows XP. I don't know if this would affect other mail/system configurations. in core/phpmailer/class.phpmailer.php, line 223: | ||||
Additional Information | (Bare LFs in SMTP) | ||||
Tags | No tags attached. | ||||
The presence of bare LFs in the message body PREVENTS any mail being sent, hence the "major" severity of the bug. |
|
Can you provide more details on your setup, particularly the mail configuration? Can you try sending mail via a mailer or the built-in mail() function? There seems to be no mention of this problem in the phpmailer archives. edited on: 10-22-04 05:54 |
|
Here's what the phpmailer guys told me: Here's the exact scenario: Probably it is specific to our mailer, although I can't imagine why setting the default value to the one specified by the standart bothers phpmailer guys so much. |
|
Could you try the SMTP setting? It may be that your PHP mail() was compiled for Unix mailers. I'm hesitant to make this change because this seems to be the only report of this problem we have. |
|
I didn't try other mode than SMTP. |
|
Had the same problem with Mantis 1.1.0a2. Using a standard install of PHP5 from php.net. Note that calling mail() directly seems to work. |
|