Do you have a demo?
How can synapse be used to send trichview html+images by email?
thanks
IS IT POSSIBLE TO USE SYNAPSE with trichview
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Yes it does.
You can see definition and an example here:
http://synapse.ararat.cz/doku.php/publi ... :tmimepart
Thanks
You can see definition and an example here:
http://synapse.ararat.cz/doku.php/publi ... :tmimepart
Thanks
Actually you can find a concrete example on how to send
html+images here
http://coding.derkeiler.com/Archive/Del ... 00249.html
Since i am interested in embedded images 9not images attached form a
disk file), what would it go here:
//embedded images
MM.AddPartHTMLBinary([Your image-stream1], [Your Filename1], [Your
ContentID], MultiPartRel);
MM.AddPartHTMLBinary([Your image-stream2], [Your Filename2], [Your
ContentID], MultiPartRel);
Thanks again
html+images here
http://coding.derkeiler.com/Archive/Del ... 00249.html
Since i am interested in embedded images 9not images attached form a
disk file), what would it go here:
//embedded images
MM.AddPartHTMLBinary([Your image-stream1], [Your Filename1], [Your
ContentID], MultiPartRel);
MM.AddPartHTMLBinary([Your image-stream2], [Your Filename2], [Your
ContentID], MultiPartRel);
Thanks again
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: