I am facing the same issue as mentioned " when using mimemail + smtp, but when I use the method described above, there is plain text header and email content above where our HTML email starts" is there a solution for this?
In mailsystem, I created a class which uses mimemail for format() and sparkpost for mail(). I assigned this new class to the site-wide default sending method.
Our HTML formatted emails render fine when using mimemail + smtp, but when I use the method described above, there is plain text header and email content above where our HTML email starts.
Here is a screenshot of the mail system settings:
And here is a screenshot of an email. The text above the blue line, and below the gray area (except Sent from: local.mike) is not visible when I configure mailsystem to use mimemail with smtp.
Active
1.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I am facing the same issue as mentioned " when using mimemail + smtp, but when I use the method described above, there is plain text header and email content above where our HTML email starts" is there a solution for this?