How to get mail when someone fill form on website

To receive email notifications when someone fills out a form on your website, you'll need to set up a few things:

  1. Form: Create a form on your website using a form builder tool like:
    • Google Forms (free)
    • Wufoo (paid)
    • JotForm (paid)
    • Gravity Forms (paid)
    • Contact Form 7 (free, for WordPress)
  2. Form handler: Set up a form handler to process the form submissions. This can be:
    • A server-side programming language like PHP, Python, or Ruby
    • A third-party service like Mailgun, Sendgrid, or Amazon SES
    • A form builder tool's built-in form handler (e.g., Google Forms' built-in form handler)
  3. Email setup: Configure your email settings to receive notifications. This includes:
    • Setting up an email address or a mail server
    • Configuring the form handler to send emails to the specified email address

Here's a step-by-step guide for each option:

Option 1: Google Forms

  1. Create a Google Form and add fields as needed.
  2. Go to the "Responses" tab and click on "Get responses via email".
  3. Enter the email address you want to receive notifications at.
  4. Configure the email settings as needed (e.g., subject line, body text).

Option 2: Wufoo

  1. Create a Wufoo form and add fields as needed.
  2. Go to the "Form Settings" tab and click on "Notifications".
  3. Select "Email" as the notification type.
  4. Enter the email address you want to receive notifications at.
  5. Configure the email settings as needed (e.g., subject line, body text).

Option 3: JotForm

  1. Create a JotForm and add fields as needed.
  2. Go to the "Form Settings" tab and click on "Notifications".
  3. Select "Email" as the notification type.
  4. Enter the email address you want to receive notifications at.
  5. Configure the email settings as needed (e.g., subject line, body text).

Option 4: Server-side programming language

  1. Create a form using HTML and JavaScript.
  2. Use a server-side programming language (e.g., PHP, Python, Ruby) to process the form submission.
  3. Use the programming language to send an email to the specified email address using a mail server or a third-party service.

Option 5: Third-party service

  1. Choose a third-party service like Mailgun, Sendgrid, or Amazon SES.
  2. Set up an account and create a new email address or use an existing one.
  3. Configure the form handler to send emails to the specified email address using the third-party service.

Remember to test your form and email setup to ensure that you receive notifications correctly.