Page 1 of 1

IS IT POSSIBLE TO USE SYNAPSE with trichview

Posted: Sun Oct 06, 2013 4:44 am
by alogrep
Do you have a demo?
How can synapse be used to send trichview html+images by email?
thanks

Posted: Sun Oct 06, 2013 6:25 am
by Sergey Tkachenko
Do you know, does it have classes to create MIME emails?

Posted: Sun Oct 06, 2013 12:55 pm
by alogrep
Yes it does.
You can see definition and an example here:
http://synapse.ararat.cz/doku.php/publi ... :tmimepart
Thanks

Posted: Sun Oct 06, 2013 1:10 pm
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

Posted: Mon Oct 07, 2013 4:01 pm
by Sergey Tkachenko
I'll try to create an example in the next couple of days.