Laravel Send Mail::send - can both html & text be sent?
Hi
I've got my emails working as HTML but, to reduce on these direct emails being classed as spam, would like to add a text version of the message but it seems this plugin can either do text or html not both!
Just to let you know, the variable that is being compated "document", is an array with various fields including the html version of the email in a variable called "letter". I created another array called "text" and did strip_tags($document['letter']) and now when the email is sent, a text version is also sent with it!