IS IT POSSIBLE TO USE SYNAPSE with trichview

General TRichView support forum. Please post your questions here
Post Reply
alogrep
Posts: 52
Joined: Fri Oct 27, 2006 5:25 pm

IS IT POSSIBLE TO USE SYNAPSE with trichview

Post by alogrep »

Do you have a demo?
How can synapse be used to send trichview html+images by email?
thanks
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Do you know, does it have classes to create MIME emails?
alogrep
Posts: 52
Joined: Fri Oct 27, 2006 5:25 pm

Post by alogrep »

Yes it does.
You can see definition and an example here:
http://synapse.ararat.cz/doku.php/publi ... :tmimepart
Thanks
alogrep
Posts: 52
Joined: Fri Oct 27, 2006 5:25 pm

Post by alogrep »

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
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I'll try to create an example in the next couple of days.
Post Reply