Hi

I used the following (VB) code to send email to one of the Imail Users.  We
used the IIS SMTP service to send email.

    Dim objSendMail As CDONTS.NewMail
    Set objSendMail = New CDONTS.NewMail
    objSendMail.From = "[EMAIL PROTECTED]"
    objSendMail.To = "our_internal_user_id"
    objSendMail.Subject = "test"
    objSendMail.BodyFormat = 0
    objSendMail.MailFormat = 0
    objSendMail.Body = "0123456789"
    objSendMail.Send
    Set objSendMail = Nothing

And when the user read his mail, he was only getting 123456789

We are using Imail 7.04 with Hot Fix 2.

I even tested this in http://killerwebmail.com
Using the above code, I sent an email to [EMAIL PROTECTED] and when I
read the email, I got the same result.
So, it is obvious that, it is not a problem with my code.  

Can any one from IMAIL Support people answer this question or any one in
this group have any issue like this.

Thanks,
Jesudas Chinnathampi (Das),
Reynolds & Reynolds,
Voice Mail: 937-485-7704.


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to