Yes, using the visual editor of the plugin go to Notifications tab. There you can set up email notifications.
Regards
Nickolas
Is anyone else’s email notification not working for the life of them? My upload works but then I get a warning “Notification email was not sent due to an error. Please check notifyrecipients, notifysubject and notifymessage attributes for errors.”
I notice that notify subject has not been automatically generated in the shortcode, could this be causing an issue? Notify by email is on, 2 email recipients, email headers i’ve left blank, email subject has a subject, email body has a body, attach uploaded files is on. (replaced my email with filler for obvious reasons) Seeing anything obvious wrong with this short code?
[wordpress_file_upload uploadpath=”uploads/%userdata1%” createpath=”true” duplicatespolicy=”maintain both” uniquepattern=”datetimestamp” placements=”userdata/selectbutton+filename/uploadbutton/message” uploadtitle=”” requiredlabel=”” notify=”true” notifyrecipients=”%userdata2%, <myemail>@<email>.ca” notifymessage=”Hello %userdata1%,%n%%n% This is an automatic delivery message to notify you that your abstract has been uploaded and received.%n%%n%Best Regards,” attachfile=”true” userdata=”true” userdatalabel=”Your name|t:text|s:left|r:1|a:0|p:right|d:/Your email|t:email|s:left|r:1|a:0|v:1|p:right|d:|g:0″]
Hi, what happens if you remove the %userdata2% entry from notifyrecipients and leave only the other email address? Does it work?
Regards
Nickolas
Sorry, should have mentioned I tried that. My first thought was that the variable may be screwing it up. Removed it and tried with a standard email address. No change.
This may just be server related… Getting issues with other contact forms as well. Thanks for the reply.
Install a SMTP plugin, like WP Mail SMTP and configure it. Then try again to see if notification emails are sent.
Regards
Nickolas