[7.11.1] Recoverable fatal error in Email.php on line 4737

Hello,
Since upgrade to 7.11.1 i have

Recoverable fatal error: Object of class EmailAddress could not be converted to string in /var/www/modules/Emails/Email.php on line 4737

when i want to send a pdf by email in quote module.

Thanks for help

Try changing that line

https://github.com/salesagility/SuiteCRM/blame/master/modules/Emails/Email.php#L4737

to this

LoggerManager::getLogger()->error('Error sending opt-in email to: ' . $emailAddress->email_address);

Tell me how it goes

It seems work. Thanks.