SparkPost / wordpress-sparkpost

WordPress plugin to use SparkPost email
https://wordpress.org/plugins/sparkpost/
20 stars 15 forks source link

Allow String Attachments. Referencing SparkPost/wordpress-sparkpost#132 #133

Closed d4mation closed 7 years ago

d4mation commented 7 years ago

This allows Attachments that have been added using PHPMailer's addStringAttachment() method to be sent properly via the HTTP API.

An example can be seen in #132.

rajumsys commented 7 years ago

Thanks @d4mation. Merged it.

d4mation commented 7 years ago

No problem, @rajumsys!