New: Learn Statamic on Laracasts!

We've retired the forum in favor of GitHub Discussions.

New conversations can be started on GitHub. Existing conversations will remain for a while longer.

Head over to GitHub →

form submission email notifications

Frederic Bouin March 15, 2019 by Frederic Bouin

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
Answered by James Blair!
>>>>>>> Answered <<<<<<<
2 Replies
2 Followers