-
-
Notifications
You must be signed in to change notification settings - Fork 274
Closed
Description
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