Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    You should still be getting email notifications. If not, this indicates an error is occurring.

    I am having issues with receiving the email notifications as well. I receive some of them but not others. Any advice with this error?

    Thread Starter rigger42

    (@rigger42)

    Okay, I finally got confirmation that we did receive the email notifications, the recipient somehow didn’t recognize them. So on our version, at least, this was working fine. Thanks so much for the speedy response.

    Hello, I have the DB plugin installed to manage my form submissions via CF7 & it seems to work great. However, the reason I installed the plugin was to be able to manage uploaded file attachments through backend of WP since files to be submitted are expected to be too large for email…so, my question is: Is there a way to have the form submitted w/o actually sending the attachment via email (maybe in the form of a notification, if not the actual email/form itself), but still save/store all info & file attachment with CF7 DB plugin (as it is now)? Otherwise, I’m more or less defeating my purpose of using the DB plugin, because I’ll continue to have email clogged w/large files being sent. Hope this all makes sense…thanks for any help you can offer.

    Plugin Author Michael Simpson

    (@msimpson)

    This was easier until CF7 3.9 unfortunately.

    You could hook up your own PHP function to the CF7 wpcf7_before_send_mail hook and remove the file from the submission data structure. The problem is that CFDB uses this hook also to get the submission info. So your hook would have to execute after the CFDB hook otherwise it would also not get the file as well. You could try it and see. Add your hook to your theme’s functions.php file or try my Add Actions & Filters Plugin

    You might also ask this question on the CF7 forum. Maybe there is some simple configuration setting to do this.

    PS: related: you can save the files to the disk somewhere

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Email notification’ is closed to new replies.