If you want to use an Email field as ‘From‘ instead of ‘Reply-To‘ in your email notifications, you need to open the following file:
– events/handlers/SubmissionEventHandler.php
Replace the line 111:
->setFrom($fromEmail)
By:
->setFrom($replyTo)
If you want to use an Email field as ‘From‘ instead of ‘Reply-To‘ in your email notifications, you need to open the following file:
– events/handlers/SubmissionEventHandler.php
Replace the line 111:
->setFrom($fromEmail)
By:
->setFrom($replyTo)