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
I was wondering if it was possible to set the sent date with the date is given inside the headers. Actually "produceMimeMessage()" in org.simplejavamail.converter.internal.mimemessage.MimeMessageHelper always set the sent date with a new date.
I would like to choose my mail's sent date when sending it with the sendMail() method in org.simplejavamail.mailer.Mailer.
I was wondering if it was possible to set the sent date with the date is given inside the headers. Actually "produceMimeMessage()" in org.simplejavamail.converter.internal.mimemessage.MimeMessageHelper always set the sent date with a new date.
I would like to choose my mail's sent date when sending it with the sendMail() method in org.simplejavamail.mailer.Mailer.
MimeMessageHelper.java:94
setHeaders(email, message);
message.setSentDate(new Date());
Best regards,
Glassalau
The text was updated successfully, but these errors were encountered: