开发者

How to send mail from any e-mail address in android?

开发者 https://www.devze.com 2023-03-02 01:06 出处:网络
I want send mail from any email address in android and not specify a gmail email address. How can this be d开发者_高级运维one? ThanksYou will need to use

I want send mail from any email address in android and not specify a gmail email address.

How can this be d开发者_高级运维one? Thanks


You will need to use

public static Intent createChooser (Intent target, CharSequence title

(see http://developer.android.com/reference/android/content/Intent.html).

There's a useful snippet in anddev.org: http://www.anddev.org/email_send_intent_intentchooser-t3295.html

It only works in real devices, AFAIK.

0

精彩评论

暂无评论...
验证码 换一张
取 消