How to send Email from my own designed custom form with the contents of my textfield
How to send Email from my own designed custom form with the contents of my textfield and text area . In my application i have a View named Contact us View
In this view i have one text filed , text area and a UI Button .
After entering email address and a message when the user click the Button , i want to send an email to the admin's email address from this view itself . Means i don't want to display any other model views or anything . Just send the email in background . How is this possible . Help me
|