Closed jengelh closed 10 months ago
When the sender function argument is the empty object, vmime would still attempt to use it at sender.getEmail().generate(), but that produces just @. As sendmail is called with -f @, this shows up in postfix's logs as <""@>.
sender
sender.getEmail().generate()
@
-f @
<""@>
When the
sender
function argument is the empty object, vmime would still attempt to use it atsender.getEmail().generate()
, but that produces just@
. As sendmail is called with-f @
, this shows up in postfix's logs as<""@>
.