<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - can i send email directly from bridge cs6 and cc ?</title>
    <link>https://forums.adobe.com/community/bridge/bridge_scripting?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 10 Sep 2014 15:09:23 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-09-10T15:09:23Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: can i send email directly from bridge cs6 and cc ?</title>
      <link>https://forums.adobe.com/message/6717933?tstart=0#6717933</link>
      <description>&lt;!-- [DocumentBodyStart:02ececa2-296b-4f27-a014-c937f6e97f43] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It depends on how you want Bridge to interact with your objectives.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You might want to use SDK code to have buttons on a panel on Bridge.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;These buttons can read the pre-selected image thumbnails, and get jpgs sorter images on the Temp folder.&lt;/p&gt;&lt;p&gt;Then a window could open for you to put the e-mail title and the subject and click 'send'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For now I have no much time to code this, sorry.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:02ececa2-296b-4f27-a014-c937f6e97f43] --&gt;&lt;img src='/beacon?t=1415930016908' /&gt;</description>
      <pubDate>Wed, 10 Sep 2014 15:09:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6717933?tstart=0#6717933</guid>
      <dc:date>2014-09-10T15:09:23Z</dc:date>
      <clearspace:dateToText>2 months 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: can i send email directly from bridge cs6 and cc ?</title>
      <link>https://forums.adobe.com/message/6716623?tstart=0#6716623</link>
      <description>&lt;!-- [DocumentBodyStart:c148f8a7-bf94-4d10-aceb-d153327151da] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;wow&lt;/p&gt;&lt;p&gt;should i create an empty jsx file and paste ?&lt;/p&gt;&lt;p&gt;and change the folders and add my email account?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c148f8a7-bf94-4d10-aceb-d153327151da] --&gt;</description>
      <pubDate>Wed, 10 Sep 2014 09:01:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6716623?tstart=0#6716623</guid>
      <dc:date>2014-09-10T09:01:53Z</dc:date>
      <clearspace:dateToText>2 months 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: can i send email directly from bridge cs6 and cc ?</title>
      <link>https://forums.adobe.com/message/6713383?tstart=0#6713383</link>
      <description>&lt;!-- [DocumentBodyStart:9b97d64c-3747-4c0e-8262-d011654b44a2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;&lt;strong&gt;&lt;span&gt;// consult MAILSEND in here: &lt;/span&gt;&lt;a class="jive-link-external-small" href="https://github.com/muquit/mailsend" rel="nofollow"&gt;https://github.com/muquit/mailsend&lt;/a&gt;&lt;span&gt; and download the app 'mailsend.exe' for windows7 in here:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span&gt;// &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;a class="jive-link-external-small" href="https://github.com/muquit/mailsend/releases/download/1.17b15/mailsend1.17b15.exe.zip" rel="nofollow"&gt;https://github.com/muquit/mailsend/releases/download/1.17b15/mailsend1.17b15.exe.zip&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// unzip it and put the app .exe where you want to use it.&lt;/strong&gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// I have tested using Bridge to send e-mail using my gmail e-mail account and it works. I only needed to&amp;nbsp; &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// I needed to send e-mails from Bridge using my google account, but first I needed to put on my network the app 'mailsend.exe'(i'm using PCs windows7 , CS6 and a network)&lt;/strong&gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// All my 20 people team is using it, so I decided to put the app 'mailsend.exe' on a common place on network. I you are using it only on 1 PC you don't need you can put it on its disk.&lt;/strong&gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// Solution: All you need is to create a bat file that tells 'mailsend.exe' what to do:&lt;/strong&gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;var mailsendBat=File(Folder.temp +"/mailsendBat.bat"); // creates a bat file on the temporary folder&lt;/p&gt;
&lt;p&gt;mailsendBat.open("w")&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&lt;strong&gt;// the place where app 'mailsend.exe' file is&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;mailsendBat.writeln('"X:\\[someFolder]\\mailsend.exe" \^');&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// my gmail &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;mailsendBat.writeln('-t &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:pedro.marques@gmail.com"&gt;pedro.marques@gmail.com&lt;/a&gt;&lt;span&gt; -f &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:pedro.marques@gmail.com"&gt;pedro.marques@gmail.com&lt;/a&gt;&lt;span&gt; \^');&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// the title can have encoding or not (-enc-type "base64")&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;mailsendBat.writeln('-cs "utf-8" -mime-type "text/plain" -enc-type "base64" -sub "Ich lerne seit ungef&amp;#228;hr zwei Jahren Deutsch" \^');&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// this works for the smtp gmail&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;mailsendBat.writeln('-starttls -port 587 -auth -smtp smtp.gmail.com -user "&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:pedro.marques@gmail.com"&gt;pedro.marques@gmail.com&lt;/a&gt;&lt;span&gt;" -pass "[myPassword]" \^'); &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// If I want to send an image attachment I use this 1, 2, or more times. If content-type is "multipart/mixed" the inline images don't work. Instead the images will be sent as attachment.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;mailsendBat.writeln('-content-type "multipart/mixed" -attach "C:\\Users\\Public\\imagens\\myImage.jpg" \^');&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// this is the line to send a simple text line with no encoding specified&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;mailsendBat.writeln('-enc-type "none" -mime-type "text/plain" -M "one line attachment 1" \^');&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// you can sen inline html that can also have links to inline images&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;mailsendBat.writeln('-mime-type "text/html" -enc-type "none" -M "&amp;lt;b&amp;gt;this is a test&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&amp;lt;img src="&lt;/span&gt;&lt;a class="" href="https://forums.adobe.com/[any_online_image.jpg],image/jpeg,i"&gt;http://[any_online_image.jpg],image/jpeg,i&lt;/a&gt;&lt;span&gt;"&amp;gt;" \^');&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// sending text line with special encoding&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;mailsendBat.writeln('-cs "utf-8" -mime-type "text/plain" -enc-type "base64" -M "Ich lerne seit ungef&amp;#228;hr zwei Jahren Deutsch" \^');&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// endind it&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;mailsendBat.close();&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// executing&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;mailsendBat.execute();&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span&gt;// there are also other kind of commands (consult &lt;/span&gt;&lt;a class="jive-link-external-small" href="https://github.com/muquit/mailsend" rel="nofollow"&gt;https://github.com/muquit/mailsend&lt;/a&gt;&lt;span&gt;)&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;

&lt;/blockquote&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b97d64c-3747-4c0e-8262-d011654b44a2] --&gt;</description>
      <pubDate>Tue, 09 Sep 2014 09:32:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6713383?tstart=0#6713383</guid>
      <dc:date>2014-09-09T09:32:58Z</dc:date>
      <clearspace:dateToText>2 months 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>can i send email directly from bridge cs6 and cc ?</title>
      <link>https://forums.adobe.com/message/6670574?tstart=0#6670574</link>
      <description>&lt;!-- [DocumentBodyStart:1d22ec88-a50f-497a-afd8-b300b927bef7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;hi&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can i send emails directly from bridge cs6 or cc directly from bridge?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i found this scripts &lt;a class="jive-link-external-small" href="http://kb2.adobe.com/community/publishing/894/cpsid_89450.html" rel="nofollow"&gt;http://kb2.adobe.com/community/publishing/894/cpsid_89450.html&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but i run cs6 and cc under windows 7 sp1 64bit and windows 8.1 64bit&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and i have thunderbird email client&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is there a way to make it work?&lt;/p&gt;&lt;p&gt;maybe i can install another email client&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1d22ec88-a50f-497a-afd8-b300b927bef7] --&gt;</description>
      <pubDate>Mon, 25 Aug 2014 07:05:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6670574?tstart=0#6670574</guid>
      <dc:date>2014-08-25T07:05:45Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

