Closed (duplicate)
Project:
Mime Mail
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2009 at 10:21 UTC
Updated:
26 Jun 2010 at 18:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
martti commentedI am getting it too.. anyone has a solution ..?
Comment #2
HGS commentedWe were having a similar problem with the "name" <address> format being sent to our mail server. I think it might be trying to set the MAIL FROM command with both the name and the email address, rather than just the address.
I've written a patch for 6.x-1.0-alpha1 that prepares the 'address' entry in the $message array with just the address and adds the '"name" <address>' format to the 'To' header.
Not sure that this is a bug with Mime Mail itself - the mail function is supposed to accept RFC 2822 formatted addresses (See http://php.net/manual/en/function.mail.php).
Comment #3
darthf1 commentedComment #4
sgabe commentedIt seems to me this is a duplicate of #768794: Check if the name is empty when the address is an object.