mailgun / wordpress-plugin

Mailgun's Wordpress Plugin
GNU General Public License v2.0
48 stars 53 forks source link

PHP Deprecated: Invalid characters passed for attempted conversion, these have been ignored in wp-content/plugins/mailgun/includes/wp-mail-api.php on line 369 #107

Closed kornbed closed 3 years ago

kornbed commented 3 years ago

PHP Deprecation notice with the function base_convert since PHP 7.4 $boundary = base_convert(uniqid('boundary', true), 10, 36);

uavn commented 3 years ago

fixed here: https://github.com/mailgun/wordpress-plugin/pull/108