I am creating an application which allows a user to send a message from the email address of the sender to the email address of the receiver. For this I am providing two text boxes which is as follows:
Enter Sender's Email Address:
sohaibrahman@gmail.com
Enter Receiver's Email Address:
xyz@gmail.com
Type Your Message:
Hi! How are You?
There is a "Send" Button that will send the message from Sender's email id to Receiver's email id without authentication (Yes! The user need not type the user name and password).
How to do this? Please help me