Can i send email directly from bridge cs6 and cc ?

hi
can i send emails directly from bridge cs6 or cc directly from bridge?
i found this scripts http://kb2.adobe.com/community/publishing/894/cpsid_89450.html
but i run cs6 and cc under windows 7 sp1 64bit and windows 8.1 64bit
and i have thunderbird email client
is there a way to make it work?
maybe i can install another email client
thanks

// consult MAILSEND in here: https://github.com/muquit/mailsend and download the app 'mailsend.exe' for windows7 in here:
// https://github.com/muquit/mailsend/releases/download/1.17b15/mailsend1.17b15.exe.zip
// unzip it and put the app .exe where you want to use it.
// I have tested using Bridge to send e-mail using my gmail e-mail account and it works. I only needed to 
// 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)
// 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.
// Solution: All you need is to create a bat file that tells 'mailsend.exe' what to do:
var mailsendBat=File(Folder.temp +"/mailsendBat.bat"); // creates a bat file on the temporary folder
mailsendBat.open("w")
// the place where app 'mailsend.exe' file is
mailsendBat.writeln('"X:\\[someFolder]\\mailsend.exe" \^');
// my gmail
mailsendBat.writeln('-t [email protected] -f [email protected] \^');
// the title can have encoding or not (-enc-type "base64")
mailsendBat.writeln('-cs "utf-8" -mime-type "text/plain" -enc-type "base64" -sub "Ich lerne seit ungefähr zwei Jahren Deutsch" \^');
// this works for the smtp gmail
mailsendBat.writeln('-starttls -port 587 -auth -smtp smtp.gmail.com -user "[email protected]" -pass "[myPassword]" \^');
// 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.
mailsendBat.writeln('-content-type "multipart/mixed" -attach "C:\\Users\\Public\\imagens\\myImage.jpg" \^');
// this is the line to send a simple text line with no encoding specified
mailsendBat.writeln('-enc-type "none" -mime-type "text/plain" -M "one line attachment 1" \^');
// you can sen inline html that can also have links to inline images
mailsendBat.writeln('-mime-type "text/html" -enc-type "none" -M "<b>this is a test</b><br><img src="http://[any_online_image.jpg],image/jpeg,i">" \^');
// sending text line with special encoding
mailsendBat.writeln('-cs "utf-8" -mime-type "text/plain" -enc-type "base64" -M "Ich lerne seit ungefähr zwei Jahren Deutsch" \^');
// endind it
mailsendBat.close();
// executing
mailsendBat.execute();
// there are also other kind of commands (consult https://github.com/muquit/mailsend)

Similar Messages

  • HT1529 sending emails directly from Finder in Mountain Lion

    With Mountain Lion I cannot send emails directly from Finder! In older versions when I right-click on a file there is an option in the dialog box which appers: "send by email" or something like this, I can't remember exactly...but when I used to click on it the email window appears. How can I activate this option? in this new version it is only SHARE options which is not helpful.
    Thanks!

    I am having similar issues with my user account. It also is the same in Yosemite.
    Disc images, external hard drives etc dragged to trash (get eject icon) are simply ignored.
    Pressing Eject button in side bar of Finder are ignored.
    It seems to be a permission/account issue as:
    - using computer under a different account doesnt have this problem
    - transferring account over to another mac continues the problem on the new computer.
    Log file seems not to have any errors.

  • Emailing directly from Bridge

    How can I email directly from Bridge?  I have CS6

    You could do it in CS3 but the option does not seem to apprea in CS4.  Very strange.  For CS3 go to Tools>Photoshop Services>Online Portfolios and Galleries>Share photos with flickr.

  • Have just installed iPhoto'11. Tried to send email direct from iphoto    o, but it would not except my password, or current server.

    Tried to send email direct from iphoto on my newly installed iPhoto '11. It will not accept my current and only server, or my password. The photos will go out directly from email, but not from iPhoto. Any suggestions?

    In the iPhoto preferences set Apple mail as the e-mail client and use it as before
    LN

  • I want to use Gmail with ACT! by Sage. Can I configure Firefox 3.6 to use POP3 and SMTP features of Gmail so I can send emails directly from ACT!? Thank you.

    # 1: I am quite unsophisticated with digital technology--some would call me ignorant in this regard, just so you know.
    I use contact manager ACT! by Sage. I have upgraded to a version that allows emailing from within the ACT! application. I would like to use my gmail account and Firefox to send emails from ACT! The people at ACT! say I can use any email service that offiers POP3 and SMTP. I checked and gmail has both. However, gmail says that they do not have instructions for configuring Mozilla Firefox for use with (if I understand correctly) gmail's POP3 and SMTP. So what I want to know is: has anyone done the ACT1, gmail, Firefox connecting and can they send me step-by-step instructions on how to do it? Thank you.

    Thanks. I've made progress. I have set up ACT! to to use my gmail account. But a problem arose. Do you know if ACT! is set up for SSL related to POP3? I completed the first two items on the test email and failed the last two.
    Also, I went back to Tools Preferences E-mail tab and clicked E-mail system set up the window is blank (my gmail account is gone) and I cannot get to Page 3.
    Any thoughts?

  • I can't send emails remotely from my MacBook Pro - only from home.

    I can't send emails from my MacBook Pro from anywhere but home. Suggestions??
    Thanks!
    KL

    Typically that happens when your mail service provider is also your ISP, and you connect to it from another network. The SMTP server will allow connections without a password from anywhere, but it will only relay mail from within the ISP's network.
    If you need to send mail from outside your ISP's network, use an independent mail service provider. I don't have a specific recommendation.

  • How can i send email notification from UCM?

    Hi
    I am new to this technology. I need to send email notification to the user's, whenever file is checked-in. What is the procedure to send an email notification let us take GMAIL from UCM.
    1) Now I have installed UCM in my machine. Do I need to install any other software to implement this feature(sending email)?
    2) I read it in a document, that configuration is needed in a config file in order to send email. What details do i need to give in these fields,
    HttpServerAddress= ?
    MailServer= ?
    SysAdminAddress=?
    SmtpPort=25
    HttpRelativeWebRoot=/idc/
    CgiFileName=idcplg
    UseSSL=No
    WebProxyAdminServer=true
    3) Do I need to install any mail server? If so which software can i go with?? Is it possible to send email to gmail or yahoo acccount without installing mail server ???
    Regards
    Raj

    You will need to have an SMTP server of some sort that you can use. I think out of the box, you may only be able to use an SMTP server that allows anonymous sending or sending unauthenticated (e.g. an internal server). Any good SMTP server (that is not an internal server) would not allow this for security reasons.
    Thus, I think if you want to use an external SMTP server such as Gmail, you will need to write custom Java code. See this thread for more information: UCM SMTP server Configuration
    Jonathan
    http://jonathanhult.com

  • Can't send emails away from home

    I have sucessfully set up email on my laptop, to receive and send emails using Outlook 2003.  II have recently been travelling, using a dongle for connection to the 3 mobile phone network.  Although I could still receive emails, I could not send any.  The test message (from the email set-up screen) said could not find the outgoing server and sending test message failed.  I had to revert to my blueyonder account (which I wish to close), which did work.  What do I need to do to resolve this problem?

    henryfm wrote:
    I have sucessfully set up email on my laptop, to receive and send emails using Outlook 2003.  II have recently been travelling, using a dongle for connection to the 3 mobile phone network.  Although I could still receive emails, I could not send any.  The test message (from the email set-up screen) said could not find the outgoing server and sending test message failed.  I had to revert to my blueyonder account (which I wish to close), which did work.  What do I need to do to resolve this problem?
    Try changing the SMTP port from 25 to 587.  This should work when connected to both BT network and 3 network. 

  • Can you still email direct from Preview?

    Before Mountain Lion, you could email a document directly from Preview, but I cannot find that menu option anymore. Going to Mail and choosing the document as an attachment is a workaround, of course, but takes a lot more time. Any quicker solutions?

    You could use Automator to customize a routine if this is something you do regularly. Apple provides some fundamentals about Automator in:
    http://support.apple.com/kb/HT2488?viewlocale=en_US&locale=en_US

  • Can't send email on macbook air (gmail and icloud email)

    Unable to send email on macbook air (gmail or icloud email)

    In Helsinki! I can't even go to mail right now i have no idea what's wrong
    all they say is ( Cannot load mail) and they ask me to report it
    i don't know what to do now.

  • Can't send photos directly from camera roll to whatapps

    Ive to go to whatapps and select the photos from camera roll to send?

    One never knows.
    Apple can disappoint and surprise all at the same time.
    The best thing we can all do is to send feedback.
    http://www.apple.com/feedback
    It works.

  • Can't open psd files from Bridge CS6

    Had both CS4 and CS6 installed, CS4 Bridge added itself when I wanted just CS6 Bridge, so uninstalled CS4.  Now cannot open psd files from SC6 Bridge.  What do I do?.

    What is Bridge doing when you try to open the PSD file?  Do you get a warning, does nothing happen?  Did you open the preferences in CS6 bridge and set the file opening preferences to make sure they are set to PS CS6?

  • Can't send mail directly from firefox via outlook 2010...

    I can't make my outlook a default program with my firefox

    You need to export from WLM and yes, the headers will be blank.  If you have an old computer with OE on it, you can export to Outlook then move the pst to the new computer.
    Diane, I just purchased Outlook 2010 and have a serious issue with losing the header information when exporting data from
    Windows Mail. It seems that Microsoft recently fixed this problem (partially) which I found referenced on a different site. I went to the control panel (I'm using Vista), and ran Windows Update. After updating both the Important and the Optional items, I went
    into Outlook 2010 and imported my mail and contacts from Windows Mail. The header information does now import correctly. However, in WM there is a column which shows you from which of your accounts an email arrived. In Outlook it's called "Category". This
    information remains lost after the migration, and the entire column is empty (though new emails that are downloaded do get tagged properly). Can you tell me how to re-import my messages without losing this information? Would using your workaround of importing
    the files into an earlier version of Outlook solve this problem? If so, which version should I use?

  • HT204409 Do I need a computer to enable my air printer or can I do it directly from my IPad and iPhone they are both 8.1,1

    DO I NEED A COMPUTER TO ACTIVATE MY NEW PRINTER OR CAN I PRINT DIRECTLY TO MY IPAD IT IS AN AIRPRINTER  CANON, AND IS COMPATTIBLE
    WITH MY IPAD

    The printer has to be connected to your network. That may require a computer to do that. Check the setup instructions for the printer.

  • Can't send email from home

    I have a serious problem. My wife has a Mac Book Pro for work and she can send email at any location except from home. The error she is getting is
    Cannot send message using the server smtp.knology.net:(username)
    The server "smtp.knology.net" refuses to allow a connection on the default ports. Select a different outgoing mail server from the list below or click try later to leave the message in your outbox until it can be sent.
    I have BellSouth/AT&T DSL with a Westel Versalink 327W modem. The funny thing is our local library also has BellSouth DSL and she can send email from there. Like I said, the only place she can't send email is from our house.
    Thanks

    It is the BS/ATT system you are on. BS/ATT does not allow sending email to another domain from a Residential account. I had the same problem with my work email from home. All sent mail on port 25, I think it is, from a ATT Residential account must go through the ATT servers and or ATT/Yahoo.
    Have your wife check with the mail provider for an alternate sending port. My work mail servers used port 26 for POP and some other port for IMAP.
    EDIT:
    Right the Library has a Business Account. No restrictions on the Business ATT DSL.

Maybe you are looking for

  • ITunes 7 and WINDOWS

    ok so i had iTunes from like way back when and every thing was good,,then i keep getting this message thats all like well why dont you update so im like ALIRGHTTT. so i update to iTunes 7.0 whatever and now i cant make anything work at all like it sa

  • How to do date validation in Web Dynpro java

    Hi We have one requirement that One input field with date type is there.When we take Date type input field then in web dynpro Date navigater is appearing by default.Our requirement is if user enters the date manually in the input filed instead of cho

  • ARD not able to control Leopard Server

    I'm trying to configure a new Xserve and I'm having issues with ARD (installed on my 24" iMac) taking control of the server. ARD works on other servers (although they are running 10.4.10 and 10.4.11), so I don't think it's the administration on the i

  • I've got no option to minize my page, why not?

    when i have a page in safari i don't have the option to minimize the page, why not? what have i done. and at best the option was intermitant. sometimes i would have the option sometimes not. can anyone help me please?

  • Keychain Problem with Safari

    I have been having a problem with autofill and Safari that I have tracked to Keychain. If I enable autofill and press edit in the window of the prefs of safari then rather than getting all the websites that keychain has access to I get a swod and I h