I searched a lot from internet for this thing. But everywhere very complex code. Can anybody provide me simple code to send an automatic email without user interaction from my device?
may be very simple steps like
- Create an email client object.
- Set To,From,subject and body.
- Send the mail with Success or fail status.
Is it possible?