eMail with attachment using java mail api in android
问题 I am beginning with android and this is my first program. This is what my code looks like. I am able to send an email (in background) using this code but unable to attach a file with that as email attachment. I have given permission in mainfest.xml Please let me know what I am doing wrong and what need to be implemented. Any help is much appreciated. import java.net.Authenticator; import java.util.Date; import java.util.Properties; import javax.activation.CommandMap; import javax.activation