collaboration -> emails

hello when i am trying to create new email

by

collaboration -> emails
i get this error

undefined variable : emailAddress in C:\wamp64\www\Suite\modules\Emails\include\displayEmailAddressOptInField.php on line 80

What is your SuiteCRM version?

i installed the latest version 7.10.3

if you go to the
Undefined variable: emailAddress in C:\wamp64\www\Suite\modules\Emails\include\displayEmailAddressOptInField.php on line 80

you doing if on $emailAddress
if($emailAddress instanceof SugarEmailAddress)
but u didn’t assign any obj to $emailAddress

Can you please open an issue with this on GitHub?

Thank you for reporting!