• I have recently set up jobs for wordpress but when someone applies it comes up with ‘Error sending notification message, but dont worry, We saved Your data securelly. Thank you.”

    How do fix this so applicants get a ‘thank you for your application’ message?

    Additionally, the notification emails to be alerted of new applications are not sending to the emails i have put in?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • same issue here and haven′t find an answer or workaround till now.

    had the same problem this happens due to the mailing function beeing blocked to “send as” the email that your applicant provides. it should be easily fixed with an update but i guess no one is looking into it.
    in the meantime you can fix this yourself by editing the
    getHeader function in the class-job-notifications.php
    within that function you can find a bunch of lines constrcuting the email headers for me changing the first two lines fixed the problem

    
    $headers = "From: <[email protected]>\n";
    $headers .= "X-Sender: [email protected] \n";
    

    they should look like that just replace the emailadress to the one that wordpress should use to send emails.

    be aware that any update to the plugin will revert this file! If they don’t fix the plugin you will have to redo this after each update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Notification Error’ is closed to new replies.