package org.apache. android .mail; import android . app .Activity; import android .os.Bundle; import android .util.Log; import android .view.View; import android .widget.Button; import android .widget.EditText; public class SendMail extends Activity …. I am programming aplication , where i need to send email with attachement. Does enybody know haow to do that? I tried this with multipart and bod part stuff like you can do that in java, but it doesn’t work here in android . …
Here is the original:
Android – Send email via GMail (actually via SMTP) « Show me the …








