poudelmadhav / madhav-contact

Rails application to receive data from html form and send to email

Home Page:https://paudelm.com.np/_health

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Madhav Contact

An app build in Rails to accept contact form data as API and sends mail to client.

Health Check

Check status of website https://paudelm.com.np/_health

Usuage

Make a post request to https://paudelm.com.np/api/v1/contacts with data in following format:

{
    "contact": {
        "_email": "receiver@email.com",
        "_subject": "Subject to receive on email",
        "name": "Contacter name",
        "email": "sender@email.com",
        "subject": "Subject on HTML form",
        "website": "paudelm.com.np",
        "message": "Message"
    }
}

This will forward data to receiver email address.

By this you can make static html form dynamic.

About

Rails application to receive data from html form and send to email

https://paudelm.com.np/_health


Languages

Language:Ruby 76.5%Language:HTML 19.2%Language:JavaScript 3.6%Language:SCSS 0.7%