nette / mail

A handy library for creating and sending emails in PHP
https://doc.nette.org/mailing
Other
463 stars 70 forks source link

Undefined variable $response in EHLO exception in SmtpMailer #85

Closed finwe closed 3 years ago

finwe commented 3 years ago

Version: dev-master and older

Bug Description

There is an undefined $response variable in SmtpMailer: https://github.com/nette/mail/blob/ad28f8ab5d36a96790a097a2a3f9352f106b8bf2/src/Mail/SmtpMailer.php#L172

Possible Solution

Maybe $ehloResponse should be used?