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

Similar Messages

  • 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 with attachments not being sent

    When I send an email with an attachment it is not being recieved. It shows up in the 'sent' box but never gets to the person I send it to.

    It could be that the size o fthe attachment is too large and the server used by the reciever rejects it.  It could be you have the wrong address (not as likely).  I'd try the following:
    1) send a short email with no attachment to xxx.
    2) send a short email with a small file attached to xxx.
    3) send an email with the file you tried to send previously to xxx.
    Which of these works, which don't?

  • Notifications are not being sent when Bulk Load is done

    Hi All,
    I have OIM 11g setup on my machine. I use the bulk load utility for loading the user data. Now in my OIM setup, the notifications are being sent for all stuff like Reset Password. New account creation and other. However when I bulk load the users, notifications are not sent to their mail ids. I am running the scheduled job "Bulk load Post Process" which is necessary so that the users are synced to the LDAP repository. I have the LDAP Sync option checked and also the Notifications option set to yes in this scheduled job. Though the users are loaded successfully and are synced properly, the notifications are not sent. Can some one please guide me as to what could be the problem here?
    Thanks,
    $id

    The code is probably only called in the Event method of the event handler that sends the notification. You can check the mds files and find the notification you are looking for and then use a code decompiler to find the class that is called. You can then use this code as a sample, or write your own notification code and create an event handler that runs in the BulkEvent.
    And on another note there is also this System Configuration Variable: Recon.SEND_NOTIFICATION which is set to FALSE by default.
    -Kevin

  • Email from pages not being sent

    I have tried to send three emails with word attachments from Pages without any being sent successfully. I have received two messages:
    1. Receipient rejected by server ; and
    2. Content of email not sent
    Can anyone please assist, please.
    Michael

    It could be that the size o fthe attachment is too large and the server used by the reciever rejects it.  It could be you have the wrong address (not as likely).  I'd try the following:
    1) send a short email with no attachment to xxx.
    2) send a short email with a small file attached to xxx.
    3) send an email with the file you tried to send previously to xxx.
    Which of these works, which don't?

  • IPad 2, mails not being sent when using reply to all feature

    Hi,
    Under BYOD we have iPads being allowed in our office environment. We have Lotus Notes Traveler servers setup for email access.
    We are facing an issue with one executive users iPad 2 in the mail app.
    The issue is when user is on WIFI and uses a long signature in the iPad and does a "reply to all" to any mail the mail goes and stays in the outbox.
    Single reply or composing a new mail works fine. If we remove long signature, then "reply to all" works fine.
    This issue is only with Wi-Fi, on GPRS everything works fine with long signature or without.
    The iPad is on iOs 6, we tried resetting and restoring the iPad but the issue still persists.
    Would really appreciate if you all could help me solve his issue.'
    Thanks

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this: Delete the account in Mail and then set it up again.
     Cheers, Tom

  • Getting firefox crash report confirmation emails but there not being sent by me!

    i think someone is submitting crash reports to mozilla using my email address cause i keep getting these emails.
    Subject: Thanks for sending us info about your Firefox crash
    Date: Thu, 25 Jul 2013 11:25:35 -0600
    From: Mozilla <[email protected]>
    Reply-To: Mozilla <[email protected].org>
    Your Firefox crashed.
    We're so sorry.
    Dear Firefox user,
    Recently, your Firefox crashed and we're really sorry about that. We'll use the crash report and comments that you sent to try to make sure it doesn't happen again. Until then, here are a couple of things you can do to prevent further crashes:
    1. If you're not already using the latest version of Firefox, please download and install it now from mozilla.org.
    2. Please check out this support article, which explains how to troubleshoot the cause of a crash and how to get help fixing it.
    Thanks, Mozilla Firefox
    P.S. This message was sent by one of our friendly Mozilla email bots. Please don't try to reply — they're terrible at receiving email. Instead, you can give feedback directly to our Firefox developers (real people) at our Input site.
    Mozilla
    650 Castro St., Ste 300
    Mountain View CA 94041-2021
    Mozilla Privacy Policy.
    The email appears 100% legit however i only use firefox as a backup browser and dont use it more than 2-3 times a month i just did a check on my firefo to see if it ever crashed without me remembering and it says this.
    "Submitted Crash Reports
    No crash reports have been submitted."
    How do i resolve someone else using my email add whe nthere submiting crash reports?
    Thanks.

    Can you use the original email address where the crash reports are supposed to be sent to report the abuse?
    My point was that if you had access to the original messages claiming to come from you, you could do something about it by sending copies to an anti-spam or anti-abuse organization. If someone sends messages to someone else claiming to come from you, you do not have access to those messages.

  • Email going into email queue and not being sent out.

    All i have the following code
    declare
    appuseremail varchar(90);
    pospectname varchar(90);
    salescontact varchar(90);
    salescontactemail varchar(90);
    createdon varchar(90);
    targetdate varchar(90);
    posstatus varchar(90);
    statusmsg varchar(500);
    bususeremail varchar(100);
    sendtolist varchar(4000);
    sendtocclist varchar(4000);
    begin
    -- store the current users email address, so we can send him/her a copy
    select email into appuseremail from app_users where user_name = :APP_USER;
    select (firstname ||' '|| lastname)into salescontact from app_users where user_id = :P2_SALES_CONTACT;
    select email into salescontactemail from app_users where user_id = :P2_SALES_CONTACT;
    select email into bususeremail from app_users where user_name = :APP_USER;
    -- store the number of users that have been recerted
    pospectname := :P2_COM_NAME ;
    createdon := :P2_CREATE_DATE;
    targetdate := :P2_TARGET_DATE;
    posstatus := :P2_COM_STATUS;
    -- Build status message on status variable
    if posstatus = 'Accepted' THEN
      statusmsg := 'The commissions request for customer "'||pospectname||'" has been accepted by '||bususeremail||', and requires your input.</font><br><br> The commission request details are.';
      FOR c1 IN (SELECT email from app_users where roleid = (select role_id from app_roles where role_name = 'OPS')) LOOP
       -- Add each user to the email list.
        sendtolist := sendtolist||c1.email||',';
      END LOOP;
    FOR c2 IN (SELECT email from app_users where roleid = (select role_id from app_roles where role_name = 'BUSINESS')) LOOP
       -- Add each user to the email list.
      sendtocclist := sendtocclist||c2.email||',';
    END LOOP;
      sendtolist := sendtolist||salescontactemail;
      sendtocclist := sendtocclist||salescontactemail;
    end if;
    end;When i run this the first loop gets update and then the second list gets update, but when i go into the admin panel i see the messages are held in the email queue , why is this ?

    Hi Ben,
    I had the same problem. If you go into the INTERNAL workspace, mail settings, make sure it is pointing to your mail server there and not "localhost". Here is my post:
    Send Email Apex 2.2
    Thanks
    VC

  • Emails are not being sent on Document sharing

    Hi everyone,
    I have a created a documnt library and made it available for users. The issue is that emails are not being sent when a user creates/Uploads a document and share it with other users. Please refer below screenshot.
    Further, emails from approval workflows are being sent properly.
    Do i have to look into exchange server or sharepoint needs to be configured?
    Please suggest a workaround.
    Thanks
    -Ahmed Khan

    Hi ,
    Based on your description, my understanding is that emails are not being sent when a user share a document with other users.
    I have done a test on my SharePoint 2013, I can’t reproduce the issue.
    Did all users not receive the emails? You should check outgoing email for a SharePoint 2013 farm.
    Here is a link about how to Configure outgoing email for a SharePoint 2010 farm, you can take a look at:
    http://sharepointgeorge.com/2010/configuring-outgoing-email-sharepoint-2010/
    Best Regards, 
    Lisa Chen

  • Images not being sent with forwarded emails

    Hi,
    When I forward an email sent to me that has attached images, those images are not being sent when I forward the email.
    Yes, I am being asked to "Include" the attachments, and I click the Include button.
    I see the images in my message to be forwarded just before I send it, but the recipient does not get the images.
    Any assistance would be appreciated.
    Thanks

    Posts: 26
    From: New England
    Registered: Oct 15, 2005
    Forwarding Mail fails to include pictures
    Posted: Nov 26, 2009 7:54 PM
    Reply Email
    Recently I've had a problem with my iPhone 3Gs when I forward an email that contains graphics. The graphic is fine on my iPhone but when it arrives the picture is missing. I am selecting 'include graphics'.
    I've re-booted - no change.
    I've restored from a backup - no change.
    I've restored without using the backup - no change (other than I lost a couple email accounts etc.)
    Anybody got any other suggestions?
    TIA
    Tim
    Intel iMac / MacBook Pro Mac OS X (10.6.2) 80 gig Classic iPod, 32 iPhone 3Gs
    wmdilson
    Posts: 3
    Registered: Oct 9, 2009
    Re: Forwarding Mail fails to include pictures
    Posted: Feb 14, 2010 9:31 AM in response to: Timothy Adams
    Reply Email
    I have been having the same issue since late September and been in touch with Apple support since. First they said they had no other reports on it so it was my phone. I started checking and found many other with the same issue. I called back and finally in November I was told they were aware of the issue and was working on it. The first week of January I called again and was told the update first week of February was going to correct this. I did the new software update and guest what....IT STILL DOESN'T WORK!!! It is now February 14th and I am on the phone once again for the same issue that was known back in October 2009. I am paying $30 for data plan that I can not utilize 100%. My question after being patient for 5 months is who is going to refund me a portion of my data plan? Apple or AT&T?? This is a software problem that really needs addressed. Apple just releases an iPAD and can't correct this email issue??
    iPHONE 3gs iPhone OS 3.1.3
    ernie goldstein
    Posts: 177
    Registered: Feb 1, 2005
    Re: Forwarding Mail fails to include pictures
    Posted: Feb 22, 2010 5:33 AM in response to: wmdilson
    Reply Email
    foward email
    Posted: Jan 29, 2010 10:14 PM
    Reply Email
    i have the 32 g 3gs iphone. i have no problem when i send pictures from iphone from my photo album. the problem i have is when i receive a email on my phone that has pictures not from someones photo album and i foward the email the people get the email but not the picture. all they get is ca blank square where the picture should be. i even fowarded to myself and the samething happens on my mac . I have called teck support & was told they are working on it. this is unacceptable. it should not take this long to fix this.
    imac Mac OS X (10.6.1)

  • Outgoing emails are not being sent from my email address all of a sudden. It started happening when I changed my gmail password

    After I changed my gmail password my outgoing emails are no longer being sent from my gmail account, but are being sent from my spouse's account so that replies go into her inbox, not mine. 

    rigoran1231,
    You may have a corrupt preference, in order to correct this open Mail - Preferences - Accounts and re-input all the preferences for the account. While they may look ok one or more may be corrupt.

  • Hotmail emails not being sent

    I went through my junk email folder (msn.com) last week and mistakenly clicked on a link which looked like it was sent from best buy.  I noticed after it was too late that it was not from best buy.  This scared me so I cleaned out some of my contacts- now I am noticing that emails I am sending out are not being sent. 
    My questions: 
    1) can someone hack into my msn email account even though I use an ipad/safari?
    2) when I cleaned out my contacts, did this prevent my emails from being sent?
    3) is it possible for a hacker to divert my sent emails?
    Thank you!

    SOZY Q wrote:
    I can't understand why emails sent by recipients with Yahoo, Gmail, or Hotmail (etc) accounts are not being received by my iPhone. Everything else comes seems to come through... Just to confirm, these are not accounts that I've created but rather email servers for family, friends, and clients that need to copy to my iPhone.
    Any suggestions where I can adjust settings to allow these emails to come through? Muchly appreciated.
    Who is your email provider? Is it one of the free services or a work account?
    Do the emails show up in your inbox when you check from a computer?
    Do you have any filtering rules set up on your email account that would automatically direct the emails to a folder other than your inbox?

  • My bill receipts are being sent to old Apple ID email though I have changed it.

    Since changing my Apple ID all my bill receipts are being sent to the old email address though I have changed it. I have changed the primary address AND the secondary as well. What do I do to have the receipts/emails sent to the new emailing address?

    Yes, absolutely, you can still use the old ID to update, etc., but I understood the OP to want to simply discard the old one and use only the new one. Maybe I misunderstood...
    And, actually just now re-reading the first post, it could be that the ID had only been associated with the iDevices, so if he established a new ID and associated that with the new MBP, I frankly have no idea if he can still use the old ID on that machine (based on him saying that the old ID is greyed out) - have not come up with this type of situation before.

  • Email not being sent because recipient %@ rejected

    IN the past 12 hours all my emails are going to my outbox and not being sent.  The error message I am getting is " The Reciepient "%@" was rejected by the server because it does not allow relaying"  How does one fix this

    This problem has nothing to do with her hardware or the Mail application.
    If a message cannot be successfully sent for whatever reason, it will remain in the Outbox mailbox and not be sent.
    A message moved to the account's Sent mailbox indicates the message was successfully sent by the SMTP server used to send messages with the account but is no guarantee the message will be delivered to the recipient's incoming mail server or be accepted by the recipient's incoming mail server.
    Generally, this type of problem is at the recipient's incoming mail server - the recipient's incoming mail server may be blocking all messages received from the domain for the sender's email account/address (the portion of the email address after the @ sign or blocking a range of IP addresses for which the sender is included, etc.
    The next place to check is the provider for the sender's SMTP server used to send messages with this account which is usually the email account provider but not always.
    My .Mac account is my primary email account but I use my ISP's SMTP server to send messages with my .Mac account when connected to the internet at home - not .Mac's SMTP server.

  • Suddenly many emails are not being sent or received on either of my two yahoo email accounts  HELP

    suddenly many emails are not being sent or received from either of my two yahoo email accounts.
    Genius Bar no free appointments for a week.
    HELP

    try deleting and readding your yahoo accounts. Yahoo has been upgrading their servers for months now, and have been effecting users' accounts as they do so. I have two yahoo accounts and have had each of them mess up for a day or two before they start working again.
    Chances are the issue is on yahoo's end. When mine messed up I simply accessed the mail via the web and safari until it cleared up.

Maybe you are looking for

  • Problem with Oracle Client(64 bit) install on Windows 7

    Hi, I am trying to install Oracle Client 64 bit (win64_11gR2_client) on my laptop and its giving me all the pre requisite failed for "Physical Memory, Free Space, Architecture and Enviornment variable: Path". So i need to exit that setup. I have enou

  • How to add one second to a date time stamp

    What is the proper syntax to add one second to a date/timestamp?

  • Via Sky HD

    Hi, I signed up for Infinity 1 on line yesterday and it is due to be installed on the 2nd of August. I can't seem to find a way at this stage to have it authorised to view via my Sky HD box, if I follow the link to authorise my card it wants to take

  • Minibridge not working properly when merging 3 JPG files to HDR

    When I select three files with mini bridge and then select Photishop...Merge to HDR Pro... then I get an advise to better merge three RAW files...and END. When I open the same three files and then go to Automate...Merge to HDR Pro....I get the same w

  • Cisco Aironet 1600/2600/3600

    Hi Group, I'm leaning toward buying 2 cisco 2600 access points for our office. My  goal is to eliminate the residential style access points.  The issue is  security/management.  Each time someone leaves the company, the  password needs to be changed,