What is the correct way to send multipart email in wordpress?
Do you mean to send a plain text version along-side the HTML version? If so I found this page helpful in setting it up: The crux of it comes down to this: //create a boundary for the email. This $boundary = uniqid(‘np’); //headers – specify your from email address and name here //and specify the … Read more