Re: How to send a mail with attachment and embedde (General questions)
Thank you very much! it works!
I have anoter question please: Since I use embedded picture, I have to use Message.HTMLText method.
I tried to combine HTMLText and regular text, but found nothing yet. Is it possible?
I want to just put regular text (not HTML), because if I use it as HTML, all the special characters (line feed etc.) are gone.
In fact, I need to customize a mail with: embedded picture + regular text + attachment.
Thanks again!
Hi Am,
Did you try the Attach method?
In sample 8. With embedded picture , just add something like this:
[code]wodSmtp1.Message.Attach C:\some_file_to_attach.zip [/code]
The above code should be added before the .SendMessage call.
Can you try that and let me know the result?
Regards,
Damba
Complete thread:
- How to send a mail with attachment and embedded pi - am, 2008-05-11, 16:29
- Re: How to send a mail with attachment and embedde - wodDamir, 2008-05-11, 18:06
- Re: How to send a mail with attachment and embedde - am, 2008-05-11, 20:17
- Re: How to send a mail with attachment and embedde - wodDamir, 2008-05-11, 22:41
- Re: How to send a mail with attachment and embedde - am, 2008-05-12, 07:26
- Re: How to send a mail with attachment and embedde - wodDamir, 2008-05-11, 22:41
- Re: How to send a mail with attachment and embedde - am, 2008-05-11, 20:17
- Re: How to send a mail with attachment and embedde - wodDamir, 2008-05-11, 18:06