Opened 3 years ago
Closed 3 years ago
#1486880 closed Bugs (wontfix)
Failed to send message - Copy or BCC
| Reported by: | jeffshead | Owned by: | |
|---|---|---|---|
| Priority: | 2 | Milestone: | 0.4-stable |
| Component: | PHP backend | Version: | git-master |
| Severity: | major | Keywords: | Copy bcc |
| Cc: |
Description
trunk-r3836
I get the "Failed to send message" error when I add an email address to the Recipient, Copy and/or BBC fields when I compose and send a message.
Sends email OK if only Recipient field is filled in.
Can be recreated on two different email servers (hMailServer and ISMail EP) with RC 0.4beta and trunk-r3836
More details:
http://www.roundcubeforum.net/6-svn-releases/20-issues-bugs/7085-failed-send-message-copy-bcc.html
Change History (4)
comment:1 Changed 3 years ago by jeffshead
comment:2 Changed 3 years ago by alec
- Component changed from Core functionality to PHP backend
- Milestone changed from later to 0.4-stable
What PHP version?
comment:3 Changed 3 years ago by jeffshead
PHP 5.2.6
comment:4 Changed 3 years ago by alec
- Resolution set to wontfix
- Status changed from new to closed
PHP's mail() implementation on MS Windows is primitive and buggy, however this bug has been probably fixed in PHP 5.3.1/5.2.12. See http://bugs.php.net/28038

I switched from PHP mail() to SMTP and do not encounter this problem.
Any ideas as to why?