You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: when using dispositionNotificationTo or returnReceiptTo mode, when the corresponding emails are not filled, it fails even though it should fall back to replyTo or From #450
Disposition-Notification-To and Return-Receipt-To can be turned on and optionally filled specifically with an address in Simple Java Mail. But when left empty, the Reply-To should be used if provided, or else even just the From address. Now it fails on the validation step, when sending emails.