Message Sent time incorrect using javax mail
- by sword101
greetings all
i have a problem that when sending an email from the server to the client using javax mail
and set the sentDate to
message.setSentDate(new Date());
the email is sent in the server time
and the client receive the email immediately with time 5 hours ago ????
how to fix this to send and receive in correct timing ?