I’m creating an android application which needs to send e-mail to a specific mail id. I tried using intent (ACTION_SEND).Since it requires user interaction i didn’t use this method. what i want is to send the e-mail through back end(without the knowledge of user). Can anyone tell me the best suited way? Thanks in advance…
I’m creating an android application which needs to send e-mail to a specific mail
Share
Use this class to send email.
create an object of this class with username and password as arguments.
}
Also add this in other file.
}