Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.0
-
Fix Version/s: 4.3.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
Currently, if the text part of an email is not set, we send a blank text part (CiviCRM 3.0-) or no text part at all (CiviCRM 3.1).
We should consider creating the text part with html2text() in such cases, as per http://forum.civicrm.org/?topic=10556
(Note that contacts with HTML email preference should only get HTML part, even in the above case.)