I have a simple contact form on my site, for users to send me emails from my contact page. The form works fine but I'm not getting any notifications sent to my email.
My form settings:
title: Contact
fields:
message:
display: Message
validate: required
e_mail:
display: your e-mail address
validate: Required
subject:
display: subject
validate: required
columns:
- message
- e_mail
- subject
email:
-
to: [email protected]
reply_to: '{{ e_mail }}'
subject: '{{ subject }}'
template: fan-mail