Email script  problem

Can someone help me with the script below, I can't make it to work!!!!!
This I try to achive is after printing, to email the form as PDF.
For Click event in a PRINT Button:
form1.subALL.Submit.Print::click - (JavaScript, client)
xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0);
Also into the same PRINT Button for PostPrint event :
form1.subALL.Submit.Print::postPrint - (JavaScript, client)
xfa.host.messageBox("You are about to Email the form\n\nThank you!","EMAIL FORM",3);
var DropList =Drop_1.rawValue;
var subjectbody = "?subject=" + DropList + "&body=Hello!";
Email_Button.resolveNode("#event.#submit").target = "mailto:" + "[email protected]" + ";" + subjectbody;
Email_Button.resolveNode("#event.#submit").embedPDF = "0";
Email_Button.resolveNode("#event.#submit").format = "pdf";
Email_Button.execEvent("click");
There is also a Email Submit Button(Email_Button), HIDDEN from layout
with Email address:[email protected]
THANKs

Hi Paul,
In the console here are the only one I can see:
Acrobat EScript Built-in Functions Version 9.0
Acrobat Annotations / Collaboration Built-in Functions Version 9.0
Acrobat Annotations / Collaboration Built-in Wizard Functions Version 9.0
Acrobat SOAP 9.0
My script works till: You are about to Email.. and then does NOT
execute for some reason the Event Click for the Email_Button!
I am not getting any message!
Thanks

Similar Messages

  • Email visibility problem fixed?

    Since I don't know how to check (and I'm really not that interested) I was wondering if someone can confirm what this e-mail I got from Sun seems to be saying:
    In other words, did they fix the e-mail hole?
    Hello,
    Thank you for writing. I am very sorry for this
    trouble and any inconvenience you experienced
    as a result. We have followed up on this matter
    and it has been fixed.
    Sincerely,
    Sun Web Team
    Sun Microsystems, Inc.
    name: ***
    url: http://forum.java.sun.com/forum.jspa?forumID=31
    descself: Software Development
    comments: The privacy hole mentioned the thread:
    http://forum.java.sun.com/thread.jspa?messageID=3938145 is serious.
    I don't feel like I can trust with my privacy details with something likethis
    going on. Please fix this soon. I would appreciate being informed of progresson
    this hole.
    mailfrom: ***
    mailsubject: Forums or Community
    thanks_url: /contact/thankyou.jsp
    category: sdn
    Time Stamp: Tue Oct 18 15:31:02 PDT 2005
    Contact Page Referer: http://forum.java.sun.com/forum.jspa?forumID=31
    Remote host : ***
    Remote IP address : ***
    Remote Agent : ***
    Script : http://developers.sun.com/jsp_utils/form_mailer.jsp
    Referring URL : ***
    ---

    Yes, the email visibility problem has been fixed.

  • My brother ipad was linked with old apple id and he forgot his id and never use same email.the problem now his mini ipad ask him for this id to open (activate ipad) what we can do ?

    my brother ipad was linked with old apple id and he forgot his id and never use same email.the problem now his mini ipad ask him for this id to open (activate ipad) what we can do ?

    He remember the id name and password but he can't enter we don't now if the password is wrong or the id was  lock . I have the all thing for the ipad such as his box . I now this is security thing but you could help me.

  • HT4864 Thank you! This may sound lame but are these instructions for the blackberry? I'm receiving iCloud emails without problems on my MacBook Pro and I'd rather not mess w/ settings there.

    Thank you! This may sound lame but are these instructions for my blackberry? I'm receiving iCloud emails without problems on my MacBook Pro and I'd rather not mess w/ settings there. Thanks again!

    You don't need to start a new thread to continue a conversation, you can just tack onto the original one. The settings I referred you to are for the Blackberry, since that's the device which is not receiving mail: anything which is working can be left alone.

  • Render and Email script

    Hello everybody. I have a question that I have thoroughly researched on the web with no results.
    I am trying to get the default After Effects "Render and Email" script to run properly. I have only been able to successfully send FROM one specific email address TO another (slightly less specific) email address. Most other email services I put in (icloud, gmail, etc) all give strange errors upon execution.
    For the SENDING email address, I'm currently using one I created that is a part of my web hosting account (this is the only account I am able to successfully send from). For RECEIVING, I've only successfully gotten my gmail address to work. All other receiving addresses don't always give me error, but also never show up. Either that, or I get very weird errors. The most common one I get is "Unaable to send mail. 533 5.7.1 AUTH command is not enabled."
    I haven't been able to find this error documented anywhere online. I'd like to be able to send emails to my icloud account, since it pushes email notifications to my phone in real time.
    Long ago someone by the name of Ko Maruyama supposedly explained all this in detail, but the writeup was posted on a .mac website (http://homepage.mac.com/komaruyama/Tutorials/AE/AE_javamail/AE_mail.html), which Apple officially discontinued/took down several years ago.
    Does anyone have any experience with this?

    For Mac, the path is of course slightly different. If you cannot delete the file, you should at least be able to edit it in Extend Script Toolkit or any text editor or run the script separately to change its config data. Works for me...
    Mylenium

  • Outlook Email script won't work with Reader 9.1

    The attached form was designed in ES 8.2 and has worked fine with Reader 8.0. The "properties defaults" tab is set for Reader 9.0 or better. However, upon recent upgrade to Reader 9.1, the Outlook Email script stopped working. I'm new to Livecycle and scripts and was hoping that someone had an easy fix?

    okay thanks. One more question. What script is used to activate the "read receipt requested" function in Outlook?
    Date: Wed, 12 Aug 2009 12:23:13 -0600
    From: [email protected]
    To: [email protected]
    Subject: Outlook Email script won't work with Reader 9.1
    Interesting .....it sounds like an issue in Reader. From a code perspective everything is good .....the code tells Reader's email service to communicate with the mail client. This could be where the issue is.
    You may want to post your question on the Acrobat forum and see if they know of anything .....or you can report the issue to Support and have them look into it. Maybe something was introduced into the 9.1 version.
    From a Designer perspective all is good.
    Paul
    >

  • Email script authentication protection

    DW CS3 - ACCESS - ASP VBSCRIPT
    I've been trying to get variations of email scripts to work. Since the SMTP server in IIS was discontinued in Vista, I cannot test locally.  The scripts will run locally using authentication, but then removing authentication and uploading results in 500 errors.  I found that my webhost requires authentication to run email scripts.  So my question is, how can these scripts be protected with authentication?  Is there a way to encrypt sensitive information?  Also, any opinion on a decent "forgot password" script for classic ASP?

    >Is there a way to encrypt sensitive information?
    I'm not sure I follow you. Any email credentials you enter in the script are executed on the server, not sent to the client.  The only way to get the credentials would be to hack your ftp account, but if they do that, they already have your credentials

  • AE Render & Email Script

    I've tried setting up my render & email script the same way as my Mail apps details are but it still failed as with so many others.. and I havent found any solutions.
    AE CS5
    Gmail
    Mac OS X
    1. How do I delete those settings in order to re attempt different settings?
    2. Has the mystery around which settings to use been solved?
    3. While we're here, is there a script to render, email, save and shutdown? I have seen people point to a script on aescripts.com but it seems to have been removed.
    Any help would be greatly appreciated!

    Click on "Run Script File" in the file menu under scripts.  Go to your Support folder, located in your AE Scripts folder, and run 'Change Email Settings'.   This works in CS6, I'm assuming it's the same in CS5.

  • Email receiving problems

    Hi,
    I am having Emails receving problems with my BB 8320 Curve. Somehow I can not receving no emails from no emails accounts, but I can send them with out problem. As I noticed I get on my oldest BB device a email notification after I registered on BB Internet Service, I get an notification for service book. Here on this new one, I do not get anything, simply the mail seams like it is registered, I can sending emails, but I can not recive anything.
    I bought this BB from second hand and was bought in T - mobile somewhere.
    If somebody is knowing anything, I will appreciate this a lot.
    Thank's.
    Boštjan (Slovenia)
    Solved!
    Go to Solution.

    Hi and welcome to the forums!
    Do you have a data plan from your carrier?
    Can you use the internet?
    Send a PIN message to your self, if your don't receive it you do not have a
    data plan, or the carrier had not correctly provisoned it.
    Let us know,
    Thanks,
    Please remember to resolve your thread. Put the check mark in the green box that contained your answer! Thanks  
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • I created an email script in AppleScript, but it is not working.(Read below as well)

    I created an email script in AppleScript.
    Here is the code:
    set recipentNamePrompt to display dialog "What is the name of the recipient?" default answer "Cookie Monster"
    set recipientAddressPrompt to display dialog "What is the email of the recipient?" default answer "[email protected]"
    set subjectPrompt to display dialog "What is the subject of the email?" default answer "Change Cookie Recipe"
    set contentPrompt to display dialog "What would you like to put in your message?" default answer "Cookie Monster want MORE chocolate chips in cookies!"
    set recipientName to recipentNamePrompt
    set recipientAddress to recipientAddressPrompt
    set theSubject to subjectPrompt
    set theContent to contentPrompt
    --Mail Tell Block
    tell application "Mail"
      --Create the message
              set theMessage to make new outgoing message with properties {subject:theSubject, content:theContent, visible:true}
      --Set a recipient
              tell theMessage
      make new to recipient with properties {name:recipientName, address:recipientAddress}
      --Send the Message
      send
              end tell
    end tell
    But when I type in my info, the created message is written in Chinese. Someone please help me!

    The result of a display dialog is a record that contains the properties button returned, text returned (if default answer is used), and gave up (if giving up after is used).  Since you are passing the entire record to the Mail fields, it looks like it is getting interpreted as some Unicode text.  The solution is to get rid of your intermediate prompt variables and just get the desired property (the text returned), for example:
    set recipientName to text returned of (display dialog "What is the name of the recipient?" default answer "Cookie Monster")
    set recipientAddress to text returned of (display dialog "What is the email of the recipient?" default answer "[email protected]")
    set theSubject to text returned of (display dialog "What is the subject of the email?" default answer "Change Cookie Recipe")
    set theContent to text returned of (display dialog "What would you like to put in your message?" default answer "Cookie Monster want MORE chocolate chips in cookies!")

  • New document: How to avoid known PDF email attachment problems

    Have you ever had problems with PDF attachments sent from Adobe Reader for iOS using Share > E-mail Document?
    You may find this document useful to avoid the problems.
    How to avoid known PDF email attachment problems
    Please let us know if you have encountered different types of problems with PDF attachments.  We can look for solutions or workarounds for you.

    Unfortunately, we (Adobe Reader mobile team) do not know if/when Apple will fix the attachment problems (software defects) in Apple Mail.
    In particular, the attachment problem with Microsoft Outlook (See Problem #2 in How to avoid known PDF email attachment problems) appears to be a long-standing defect that has been known for years.  However, Apple has not provided any fix for Apple Mail yet.
    Adobe Reader for iOS merely launches Apple Mail (the default mail app on iOS) to send a PDF document as an attachment.  Adobe Reader has no control over whether or not to embed a preview image of an attachment in the body of an email message, which is known to cause the problem with Microsoft Outlook (on the receiving side).  The same problem happens when you send a single-page PDF document as an attachment along with an email signature from Apple iBooks on iOS.
    For now, all iPad/iPhone users can do is to avoid the problems by using the workarounds that are described in How to avoid known PDF email attachment problems.
    When new and different problems with PDF attachments are reported by Adobe Reader for iOS users, we will update the document above.
    Sorry for the inconvenience.

  • Saved File Groups Issue in Bridge Center - script problem?

    Hi all,
    I tried posting this in the Bridge forum with no replies. After browsing through this forum I'm wondering if this is a script problem?
    I have the CS2 premium, and use all packages. The problem I have is saving and retrieving files in the 'Saved File Groups' of Bridge Center. I can save Photoshop files no problem, but the idea is to be able to save other files from open applications in the group and then to recall them later. I can save Illustrator files with others in a group but only Photoshop files open, and it ignores the saved Illustrator files.
    With my InDesign files, it does not even recognise them as files to be saved. I can have a file open, click on "Save open files into a file group" and it will come up with a little box saying there are no open files to save!
    OS - XP sp2. Bridge 1.0.2
    If this can be helped with scripting, please explain clearly, I am a graphic designer and no very little indeed about scripting.
    Your help would be appreciated.
    Thanks,
    Thysje Arthur

    Hi,
    Do you mean that Windows displays “Network Shortcuts” folder when you click “Browse” icon? If so, please check if you configure the default local file location to the “Network Shortcuts” folder. You could refer to the image below to find the option of the default
    local file location.
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • AOL email Login problem The requested resource (webmail/_cqr/LoginSuccess.apspx) is not available

    AOL email Login problem on Ipad 4, error message reads:
    The requested resource (webmail/_cqr/LoginSuccess.apspx) is not available.
    Apache Tomcat/7.2.27
    If I remove AOL app than re-add it. sometimes I get a day or so before the error message returns.
    My Aol email is accessable from my Iphone OK.
    Seaches for this error solution have been fuitless.
    Does anybody have any ideas?
    VOGO

    Add this statement to struts-config.xml
    <forward
    name="success2" path="/loginSuccess2.jsp"/>
    Before trying on tiles, you can add this statement in the method for handling the form in the class LoginAction
    return mapping.findForward("success2");

  • Insert date sent in flag email script

    I need to insert the date sent into this flagged email script to make it more useful, just not sure how to do it:
    set newline to ASCII character 12
    set finalText to "EMAIL REMINDERS:" & newline
    tell application "Mail"
              set theMessages to every message in inbox whose flagged status is true
              repeat with i from 1 to number of items in theMessages
                        set thisMessage to item i of theMessages
                        set fromMsg to (sender of thisMessage as string)
                        set subjMsg to (subject of thisMessage as string)
                        set finalText to finalText & "FLAG: " & word 1 of fromMsg & " : " & subjMsg & " : " & newline
              end repeat
    end tell
    finalText

    Hi,
    The E-mail template is actually works as an HTML or CSS page. You need to use the HTML/CSS formats to send these values in the format as you want. Use <tags> to do the formating of Email template. 
    Use function to store multiple values and thn use them into Email 
    I hope this will help. 
    Thanks~ Giriraj Singh Bhamu

  • Need an Oracle Email script

    I'm trying to get an Oracle email script that sets up the tablespaces and database for Oracle email. The script is supposed to be: $ORACLE_HOME/oes/install/sql/tblspc.sql
    If anyone has this, please email to [email protected]
    Thanks!
    Chris Parrish

    If you start installing the Oracle software you will be asked if you want to create a sample database. You can use that. Or, you can use DBCA. Check out the main documentation for details as they are many options, depending on your Oracle and O/S versions.

Maybe you are looking for