Bug? jNet SMPT ignores Sender property

tomazc

Member
Licensed User
Longtime User
It always sends as user name thus the SMTP server rejects the MAIL FROM command when user name is not the e-mail address.

The problem is in SMTPWraper:

client.setSender(SMTPWrapper.this.user);
 
Top