View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0025670 | mantisbt | public | 2019-04-02 04:52 | 2019-04-21 02:54 | |
| Reporter | keessonnema | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | N/A | 
| Status | closed | Resolution | no change required | ||
| Product Version | 2.20.0 | ||||
| Summary | 0025670: Is there a way to enable HTML emails (PHPMailer) without changing the value $mail->isHTML( false ); in the core? | ||||
| Description | I'm working on a plugin that sends e-mails, but need to send HTML formatted e-mails. The only option I found is to enable the isHTML flag in email_api.php | ||||
| Tags | No tags attached. | ||||
| duplicate of | 0012830 | new | new HTMLMail plugin v0.1 | 
| @atrol I don't think this was clear. I'm working on my own plugin that sends an email. I don't want HTMLMail plugins to send HTML formatted emails. | |
| 
 No. | |
| Oh, I just have done something like that because of this "No". The default ishtml(false); is still in place somewhere above, but is overwritten in the code shown here. | |
| 
 Quoted-printable was set as a fix for 0016871. @stevecharon For the record, the PHPMailer default is 8-bit, not base64, and it has been so since as far back as the library's Git history goes (v2.2.1, 2008 [1]) | |
