¡@

Home 

2014/10/16 ¤W¤È 08:26:50

android Programming Glossary: txtbody

How to send a simple email programatically? (exists a simple way to do it??)

http://stackoverflow.com/questions/4345032/how-to-send-a-simple-email-programatically-exists-a-simple-way-to-do-it

static String SMTP_SERVER DataService .getSetting DataService.SETTING_SMTP_SERVER private String from private String txtBody private String htmlBody private String replyToList private ArrayList Attachment attachments private boolean authenticationRequired.. private boolean authenticationRequired false public MailService String from String toList String subject String txtBody String htmlBody Attachment attachment this.txtBody txtBody this.htmlBody htmlBody this.subject subject this.from from this.toList.. public MailService String from String toList String subject String txtBody String htmlBody Attachment attachment this.txtBody txtBody this.htmlBody htmlBody this.subject subject this.from from this.toList toList this.ccList null this.bccList null..