Attachments with email submission receipt?

Based on response to check boxes, I would like to send an attachment with email submission receipt. The attached file would be condistional. For example, with response A, the submitter would get the attachment docA.pdf, with response B, the submitter would get the attachment docB.pdf, etc.
Is this possible? Thank you.

Sorry this is not possible. We don not support sending attachments with the email receipts. Also, you can't even have conditional email body message.
Gen

Similar Messages

  • Is it possible to use logic rules to manage email submission receipts?

    Is it possible to use logic rules to manage email submission receipts?
    I have one form and based on the user's selection I want to manage which email submission receipt gets sent to that specific user.
    Is this at all possible?
    Please ask for clarification if I am not making sense.

    It should be no problem since the Audio Kontrol 1 is Core Audio compatible. This has nothing to do with VST's.
    In doubt contact Native Instruments support.
    Fox

  • Email submission receipts not being sent

    People who are submitting the forms are not receiving the email submission receipt. How do I fix this?

    If you are still experiencing this problem can you please make me a co-author of your form with me so I can take a look at what might be going wrong? ([email protected])
    Andrew

  • Email Submission Receipts Not Being Sent When Collect Payments is Enabled

    I am working on a registration form and have included the option to have an email submission receipt sent to the registrant. I tested the form and sucessfully received an email confirmation. When I enabled payments via paypal and tested the form again, I didn't receive the email submission reciept. I've tried with several different email addresses (gmail and others) and don't receive anything. I've checked spam folders and nothing is there either.

    There is a known issue with notifications for payment forms when "Include submitted data" is not selected on the Email Notifications panel.  The fix for this issue will be included in an upcoming release.  In the meantime, you can work around the issue by checking the "Include submitted data" box.
    Also, please note there is a second issue in that notifications are not sent when the user simply closes the browser window after being redirected to PayPal, instead of either completing or canceling the transaction.  There is currently no workaround for the second issue so, unfortunately, some notifications may still be dropped even if "Include submitted data" is checked.
    We apologize for the inconvenience.
    Eylon

  • Sending attachments with emails in Javamail

    I'm trying to send attachments with emails using Javamail. Following is the code through which I'm trying to achieve that. It works as expected on a JRE1.6 environment. But on JRE1.5, the content of the file gets added to the mail body as text.I want the file to be sent as an attachment.
    Any pointers on the observed difference in behavior would be highly appreciated!
    String msgText = mailInfo.getMessage();
            String attachmentFileName = mailInfo.getFileName();
            MimeBodyPart mimeBodyPart = new MimeBodyPart();
            mimeBodyPart.setText(msgText);
            // create the second message part
            MimeBodyPart attachmentBodyPart = new MimeBodyPart();
            // attach the file to the message
            FileDataSource fileDataSource = new FileDataSource(attachmentFileName);
            attachmentBodyPart.setFileName(fileDataSource.getName());
            attachmentBodyPart.setDataHandler(new DataHandler(fileDataSource));
            // create the Multipart and add its parts to it
            Multipart multipart = new MimeMultipart();
            multipart.addBodyPart(mimeBodyPart);
            multipart.addBodyPart(attachmentBodyPart);
            message.setContent(multipart);The email in case of JRE1.5 is as follows
    {color:#0000ff}------=_Part_0_33189144.1233078680250
    Content-Type: text/plain; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    Hi...Test Mail
    ------=_Part_0_33189144.1233078680250
    Content-Type: application/octet-stream; name=corba_architecture.pdf
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename=corba_architecture.pdf
    Content-ID: Attachment
    JVBERi0xLjIgDSXi48/TDQogDTggMCBvYmoNPDwNL0xlbmd0aCA5IDAgUg0vRmlsdGVyIC9GbGF0
    ZURlY29kZSANPj4Nc3RyZWFtDQpIiUWPW07DMBBFV+A93E9QlWBP/Kj5awt8USFRbyBKnTQIkshK
    YfvYcQoaybrSzDkzFhCxQgemeWkUyKTXEIeSHMGjZXvHSFBJCpXUpQLcE+NIlbCHFw4pUxeuZQUv
    ueY25gYxk9mKmH9wtwvNpZ99M1+jc2wxXzxweHvf73AP9xGFhaIsTyC3/w6ZDYfxaxoHP8w4jmf/
    ------=_Part_0_33189144.1233078680250-- {color}

    Following is the debug trace obtained on running the program on 1.5.
    +12:45:57,218 INFO [MailerThread] EmailManager:306 - Sending message {toAddress [email protected],+
    +replyTo =null,+
    +cc =null,+
    +message =Hi...Test Mail,+
    +subject =test mail,+
    +contentType =null fileName =C:\docs\cbe\dist computing\A.txt }+
    Loading javamail.default.providers from jar:file:/C:/docs/cbe/lib/mail-1.4.jar!/META-INF/javamail.default.providers
    DEBUG: loading new provider protocol=imap, className=com.sun.mail.imap.IMAPStore, vendor=Sun Microsystems, Inc, version=null
    DEBUG: loading new provider protocol=imaps, className=com.sun.mail.imap.IMAPSSLStore, vendor=Sun Microsystems, Inc, version=null
    DEBUG: loading new provider protocol=smtp, className=com.sun.mail.smtp.SMTPTransport, vendor=Sun Microsystems, Inc, version=null
    DEBUG: loading new provider protocol=smtps, className=com.sun.mail.smtp.SMTPSSLTransport, vendor=Sun Microsystems, Inc, version=null
    DEBUG: loading new provider protocol=pop3, className=com.sun.mail.pop3.POP3Store, vendor=Sun Microsystems, Inc, version=null
    DEBUG: loading new provider protocol=pop3s, className=com.sun.mail.pop3.POP3SSLStore, vendor=Sun Microsystems, Inc, version=null
    DEBUG: getProvider() returning provider protocol=smtp; type=javax.mail.Provider$Type@77eaf8; class=com.sun.mail.smtp.SMTPTransport; vendor=Sun Microsystems, Inc
    DEBUG SMTP: useEhlo true, useAuth false
    DEBUG SMTP: trying to connect to host "10.16.68.131", port 25, isSSL false
    +220 mailhost5.vmware.com ESMTP Postfix (mailhost5)+
    DEBUG SMTP: connected to host "10.16.68.131", port: 25
    EHLO sbanerjee
    +250-mailhost5.vmware.com+
    +250-PIPELINING+
    +250-SIZE 26800000+
    +250-VRFY+
    +250-ETRN+
    +250-ENHANCEDSTATUSCODES+
    +250-8BITMIME+
    +250 DSN+
    DEBUG SMTP: Found extension "PIPELINING", arg ""
    DEBUG SMTP: Found extension "SIZE", arg "26800000"
    DEBUG SMTP: Found extension "VRFY", arg ""
    DEBUG SMTP: Found extension "ETRN", arg ""
    DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
    DEBUG SMTP: Found extension "8BITMIME", arg ""
    DEBUG SMTP: Found extension "DSN", arg ""
    DEBUG SMTP: use8bit false
    MAIL FROM:<[email protected]>
    +250 2.1.0 Ok+
    RCPT TO:<[email protected]>
    +250 2.1.5 Ok+
    DEBUG SMTP: Verified Addresses
    DEBUG SMTP:   [email protected]
    DATA
    +354 End data with <CR><LF>.<CR><LF>+
    ------=_Part_0_3278348.1233126957281
    Content-Type: text/plain; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    Hi...Test Mail
    ------=_Part_0_3278348.1233126957281
    Content-Type: text/plain; charset=us-ascii; name=A.txt
    Content-Transfer-Encoding: 7bit
    Content-Disposition: attachment; filename=A.txt
    Content-ID: Attachment
    adasdasdd
    ------=_Part_0_3278348.1233126957281--
    +.+
    +250 2.0.0 Ok: queued as 5BE5BDC100+
    +12:45:59,125 INFO [MailerThread] EmailManager:331 - Message {toAddress [email protected],+
    +replyTo =null,+
    +cc =null,+
    +message =Hi...Test Mail,+
    +subject =test mail,+
    +contentType =null fileName =C:\docs\cbe\dist computing\A.txt } sent to the SMTP server successfully+

  • Attachments with emails are a PROBLEM!

    Boy...I just dread having to send attachments with emails. Even a simple, one page flyer in pdf form! I have high speed internet connection - but no matter what size the attachment the emails just won't send. They repeatedly time out and/or have the drop down menu pop up to select another server (have three different email addresses/servers). No matter what server I use the emails will sit in the "outbox" all day and sometimes more than one day before they actually get sent. Does this happen to anyone else? Ideas to fix? THANKS!!

    I am referring to new email messages, generated by me - sending to a recipient - that include attachments (usually pdf's) from my MacBook Pro. It is quite frustrating.... Thanks for your interest in helping me with this!

  • Email submission receipt ... "from" address

    After selecting my email address as the "From" address for Email Submission Receipts, the actual message displays my name, but [email protected] is shown as the sender's address.  Why?

    Sorry this is a new behavior to avoid email receipts from being targeted as SPAM. If people reply to the receipt it should still be sent to you.
    Please refer to the bottom of this thread for more information about this new behavior http://forums.adobe.com/message/5496812#5496812
    Thanks,
    Wenlan

  • IPhone does not forward attachments with emails

    My iPhone does not forward attachments with emails.

    Make sure you open the email and fully download the attachments before trying to forward them.  Large attachments are often only partially downloaded unless you tap the option to fully download the.

  • Problem sending small attachments with email

    I used to be able to send small attachments with Verizon very easily, such as .pdf and .doc files.  What I sent as Resume.pdf or Resume.doc was received as Resume.pdf or Resume.doc.  Even when I used the accent marks, what I sent as Résumé.pdf or Résumé.doc was received as Résumé.pdf or Résumé.doc
    However, lately some of the recipients of my emails with attachments (who use a range of different email programs and ISPs, so the problem is not on the recipient's end) have told me that they can't see the attachments (the rest haven't responded at all).
    Even when I don't use the accent marks, what I send as Resume.pdf or Resume.doc now gets received as something like 347560586083560.dat...which looks much less professional when I send a cover letter and résumé to apply for a job.
    How can I fix this problem and go back to sending files such as Résumé.pdf and Résumé.doc, or at least Resume.pdf and Resume.doc, so that they are received properly?
    I use Eudora instead of webmail because
    I can back up files on my hard drive, including all my Eudora folders, to an external hard drive for backup
    I need to have my job applications come from my third party (alumni) address instead of my Verizon address.  It's an issue similar to what lucycat mentioned on http://forums.verizon.com/t5/High-Speed-Internet-DSL-and-Dial/Port-25-587-and-third-party-email-acco...
    Here are the tech specs:
    Eudora 7.1.0.9
    Its "Sending Mail"  options are:
    SMTP Server
    SMTP Relay Personality
    Allow authentication [yes or no] 
    Immediate send [yes or no]
    Send on check [yes or no]
    Use submission port (587) [yes or no]
    Secure Sockets when Sending [Never; If Available, STARTTLS; Required, STARTTLS; Required, Alternate Port]
    Thank you in advance for your help!

    This is normally a problem with Outlook users that are using rich text to send their emails.  Rich text causes a problem like you are describing, and their fix is to use plain text to send their emails instead.
    I am not sure if your fix would be the same, but give it a try and let us know.
    Send Plain Text Emails Only in Eudora
    To have Eudora generate and send plain text emails only:
    Select Tools | Options from the menu.
    Go to the Styled Text category.
    Make sure Send plain text only is selected under When sending mail with styled text (HTML):.
    Turn Ask me each time off.Optionally, also uncheck Show formatting toolbar.
    Click OK.

  • Why I receive Winmail.Dat instead of list of attachments with Email?

    I am receiving Winmail.DAT file as an attachment with email that contain large attachments. I can not view the Attachments, nor can I reterive this .dat file. How can I change the settings in MAIL. Any body can guide plz.?

    Mac OS X Mail: What is a winmail.dat attachment? : Apple ...
    Download TNEFs Enough for Mac - Extract winmail.dat ...
    Winmail.dat | OfficeforMacHelp.com
    How to Open Winmail.dat Files | Mac|Life

  • Can not send attachments with emails on Me and aol Imap??

    I have an aol and MobileMe imap accounts set up with my mac mail, but I can not send any email with attachemnts no matter how small the smallest I have tried is 152Kb. I have been reeding the threads about not being able to send any email, but I can send and recive emails(with attachments) just not send with attachments.I have been able to send attachments with my aol Imap account before.
    I have recently signed up to Mobile me and created the Me Imap account, this is the first time I have had to send an attachment. Is it something to do with the Mobile me?? Any help much appreciated
    still relitivly new to Mac....

    Hi Kursten, and a warm welcome to the forums!
    Have you tried Port 587 instead of 25 for the .me account anyway?
    Mail>Preferences>Accounts>Outgoing SMTP>Server Settings...

  • Why can I not send attachments with emails?

    Since updating to Maverick have been unable to send attachments to emails. WHY?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Email Submission Receipt IS not Being Sent

    Hello,
    've been using form cetral for years and today, my people who fill out our required company forms are not receiving a submission receipt. Nothing has been changed on our account and this has worked flawlessly for years. Today, not submission receipts are going out and all email address to my people have been confirmed as corectly being entered.
    Anyone who can help would be appreciated.
    Robert

    Can you please send me some of the email addresses of your fillers who didn't get their email receipt. At time frame of when they submitted the data would also help to figure out the issue. Also can you please send me the link of your fillable form. Please send this information to [email protected]
    Can you confirm that you did receive the data but only the receipt didn't get received?
    Do you have email notification turned on too? If so, did you receive the notifications?
    Thanks
    Gen

  • Email Submission Receipts

    Can FormsCentral send submission receipts to more than one email address?  I know it can send the notifications to more than one, but what about the submission receipts?
    Thank you,
    Stephen

    Sorry email receipt can only go to one recipient.
    Gen

  • Sending attachments with email from iPad

    Can I send attachments, such as a pages file, when I send an email from my iPad?
    Thanks for your help

    If you want to send photos, you can do it two ways:
    1. From Photos, tap the rectangle with the curved arrow, then tap the photos you want to send, then tap the Share button to create a new mail message.
    2. From an already created mail message, do a copy-paste from Photos to include photos in the mail message.
    Other apps are a little different. You can always copy-paste but that may get cumbersome.

Maybe you are looking for