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);
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…