Closed (outdated)
Project:
Mime Mail
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2012 at 13:41 UTC
Updated:
24 Apr 2020 at 21:12 UTC
Jump to comment: Most recent
The mimemail_address() function return an array with name and address, if no sender address have been provided.
This array is passed to mime_header_encode() function a few lines later in mimemail_prepare_message(). mime_header_function() requires a string as it test the address in a preg_match.
The default address should be passed under its string form ( name
) instead of in an array.
Comments
Comment #1
tr commentedDrupal 6 is no longer supported. If you have an issue like this in the currently-supported version of Mime Mail please open a new issue with instructions for how to reproduce the problem.