Closed devonto closed 1 year ago
Whilst this issue seems to have been resolved and handled, the PHP error being produced on line 316 of wp-mail-api.php still persists.
https://github.com/mailgun/wordpress-plugin/blob/095851a7e2419f58ac67bb3f5b0a0268671a9765/includes/wp-mail-api.php#L316
Can this be removed, assuming it is handled with the code that was added - or at least add a new else if ('multipart/alternative' === $content_type) option on line 314?
else if ('multipart/alternative' === $content_type)
Originally posted by @devonto in https://github.com/mailgun/wordpress-plugin/issues/14#issuecomment-1247798272
Hello, this issue was fixed
Thank you, it appears to have solved the problem.
Great, thank you
https://github.com/mailgun/wordpress-plugin/blob/095851a7e2419f58ac67bb3f5b0a0268671a9765/includes/wp-mail-api.php#L316
Can this be removed, assuming it is handled with the code that was added - or at least add a new
else if ('multipart/alternative' === $content_type)
option on line 314?Originally posted by @devonto in https://github.com/mailgun/wordpress-plugin/issues/14#issuecomment-1247798272