Include attachments in body of email
Moderators: Dorian (MJT support), JRL
Include attachments in body of email
Is there a way to include attachments in the body of emails instead of as attachments. I would like to see the graphics when I view the email instead of having to double click on each of the attachments to view them.
Include attachments in body of email
ok I find out how to create a html email but when I use the addattchment part to attach the graphi it still comes over as a attachment. The body though has the link that I created so I know it is working. Any other ideas?
Include attachments in body of email
ok the answer is after you addattachment then you must reference it in the body.
VBSTART
.....code.....
.addattachment "c:\temp\test.gif"
VBEND
Let>body=
VBSTART
.....code.....
.addattachment "c:\temp\test.gif"
VBEND
Let>body=
Include attachments in body of email
sorry the last line should have read.
Let>body=
Let>body=