I'm not sure what I am doing wrong, but when I have an email sent from the contact page, the reply to address is not the one added on the contact form, but is instead my SMTP email address.
Solved by hughbris View solution
Have you added it to the contact form email action like:
YAML
reply_to:
- "{{ form.value.email }}"
?
Otherwise the reply to is just the sender.
Thank you hughbris, that is perfect, reply is working now!
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 5 | 200 | 10 hours ago | ||
| 2 | 131 | 3 days ago | ||
| 1 | 106 | 1 week ago | ||
| 1 | 131 | 2 weeks ago | ||
| 0 | 254 | 3 weeks ago |