By Dyna Joshy
This simple registration form is built using HTML, CSS, and JavaScript. The receiver can receive instant emails from those users whose email addresses are recorded on SMTP.
SMTP in JavaScript is a package that helps in sending emails or short messages from the sender's server to a local host.This package contains a send method that can be used to send mails via JavaScript.
For sending mails, we must set up our server ready wherein the receiver's email addresses must be recorded on that particular server. We can do so by including the receiver's address in the "from" attribute of the send method.
The user must fill in all the necessary details and click on the "send" button from where the response would be received in the admin's address provided in the "to" section of the "send" method.
Submitted by Dyna Joshy (dynajo11)
Download packets of source code on Coders Packet
Comments