Is there a way to check for error when sending mail using SwiftMailer version 4? I am not referring to getting a list of recipient emails that got rejected, and I am not talking about just knowing whether send() worked or not.
I am talking about knowing the actual error that took place during the sending process - such as not able to connect to STMP host, incorrect login, etc.