• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Sending a message from a sender's email id to receivers email id without authentication

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See if this prior discussion helps: https://coderanch.com/t/439967/Android/Mobile/Sending-Email-JavaMail
 
Every plan is a little cooler if you have a blimp. And a tiny ad.
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic