I don't know what should be the appropriate title for that question , but summary of my question is below.
I am developing an android app where user have to email on various email id's of different mail server in just 1 click. Now , my application design is like when user click to send mail's . first , the query of user will hit my web service that is running on remote server.This web service will send emails on different id's of different server. And i have tried java mail API using ssl, but to send mails , we have to pass username and password both as parameters. Now , my question is should I save password of different user on my web server.Because I think this will be security breach for user. And i think we can not send mail without password using java mail API.if yes, than how? I've also heard about open id , but it is just for authentication i think.Or may I use open id concept for sending mail also without storing password.If yes than how?