• Resolved ahmetkemal

    (@ahmetkemal)


    Hello,

    I am using Visual Form Builder with my WP 3.3.1. The problem is; a notification mail goes to form fillers but not comes to my mailbox. I am using WP-Mail-SMTP plugin for sending emails by the way. I also tried Configure SMTP plugin but result is negative.

    Thanks for help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • I’m having the same problem.
    But I don’t know if VFB is supposed to send the Administrator an email with submitted data, or if it just store it on database…

    No solution for this? I’ve been testing other plugins to make forms and this is the one I loved, but I need to solve this issue…
    Feedback will be very welcome!

    Thread Starter ahmetkemal

    (@ahmetkemal)

    I found a solution but you have to wait for few days till I get back to my pc.

    I’ll be waiting for you!

    Thread Starter ahmetkemal

    (@ahmetkemal)

    Just add below code after line 2151:

    wp_mail( 'your mail address', esc_html( $form_notification_subject ), $message, '', $attachments );

    after:
    wp_mail( $copy_email, esc_html( $form_notification_subject ), $message, '', $attachments );

    It will send a copy of mail to you.

    Works!
    Thanks!

    What file did you add this code to?

    Thread Starter ahmetkemal

    (@ahmetkemal)

    I am not using VFB anymore but it must be somewhere at its script, buddy. You may make a search for $form_notification_subject term inside your wp directory.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Visual Form Builder] E-mails goes to users but not to me’ is closed to new replies.