When using with PHP version 8, when trying to send a book via email errors are thrown - e.g.
PHP Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_runtime() in /cops/vendor/phpmailer/phpmailer/class.phpmailer.php:2714
This presumably isn't an issue with more recent versions of phpmailer, but likely the code calling phpmailer class needs to be changed according to phpmailer's upgrading doc.