Android mime messages to send email -


currently have , android app uses api javax.mail send emails. want same thing api more lightweight it. trying using org.apache.commons.net smtpclient , have achieved send simple text emails. problem don't know how add , attachment email. solution seems create manually mime messages. exist android lightweight api build mime messages can send using smpt?

thanks


Comments

Popular posts from this blog

bash - Performing variable substitution in a string -

How to group boxplot outliers in gnuplot -