bad send date

Skip Navigation LinksHome  /  Support  /  Forums  /  FireMail for .NET (v1)  /  bad send date

FireMail for .NET (v1) Forum

 Aug 08 2012 2:27 PM
Hello,

I have a problem with firemail. The "send date" of the mail is not good. It's suppose to be 2012-08-08 and it's 2012-04-08.

I test the send mail with SmtpClient of microsift and the date is good.

Here is my code:
******************************************************
** This is bad! *************************************
******************************************************
 Dim ptMessage As New HtmlMessage("emeunier@vsj.ca", "test", "test")
    ptMessage.To.Add("emeunier@vsj.ca")
    ptMessage.Send("courrier.vsj.ca")

******************************************************
** This is good! *************************************
******************************************************
    Dim client As New SmtpClient("courrier.vsj.ca")
    Dim message As New MailMessage("emeunier@vsj.ca", "emeunier@vsj.ca")
    message.Subject = "test"
    client.Send(message)
 Aug 09 2012 4:31 AM
Posted by a ceTe Software moderator
Hello,

The issue with setting wrong send date is fixed in FireMail API. Please contact our support team to get the latest v1.0.4.19138 build FireMail product dll files.

Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 11:33 AM.