Re: Extra characters at end of attachment (General questions)
Hi,
Why don't you try to use CreateSimpleAttachment Method instead using headers.
Here is example:
-----------------------------------------------------
Set smtp1 = New wodSmtpCom
smtp1.CreateSimpleAttachment weonlydo@test.com , drazen@drazen.com , test , this is test , c:\private.txt
'smtp1.Message.Save C:\test.eml
smtp1.SendMessage
-----------------------------------------------------
More help for CreateSimpleAttachment Method you can find here:
http://www.weonlydo.com/Smtp/Help/WODSMTPLib~wodSmtp~CreateSimpleAttachment.html
Hope this helps.
Regards,
Drazen
Complete thread:
- Extra characters at end of attachment - SSanders, 2006-11-22, 19:53
- Re: Extra characters at end of attachment - woddrazen, 2006-11-22, 20:29
- Re: Extra characters at end of attachment - SSanders, 2006-11-26, 02:32
- Re: Extra characters at end of attachment - SSanders, 2006-11-26, 02:36
- Re: Extra characters at end of attachment - wodDamir, 2006-11-26, 14:18
- Re: Extra characters at end of attachment - SSanders, 2006-11-26, 02:36
- Re: Extra characters at end of attachment - SSanders, 2006-11-26, 02:32
- Re: Extra characters at end of attachment - woddrazen, 2006-11-22, 20:29