Has anyone found a method to change the default From email field in Notifications to change it from {admin_email} to a specific email account eg websiteadmin@example.com
We have a specific email address set up with the sender authentication working beautifully but each time one of our users creates a new form and forgets to update the From field their notification email delivery fails or becomes unreliable.
If we could pre-set the default From field and make it uneditable for all forms that would save a lot of support calls and frustration for users.
It seems to be hard coded but maybe this is different in 2.5? Any suggestions much appreciated.
Hi Tim. You could use the gform_pre_send_email filter for that. The code would look like this and apply to all forms on the site, no matter what was set in the notification configuration: