Re: [android-developers] how to send mail using javamail

2012-02-14 Thread TreKing
On Sun, Feb 12, 2012 at 8:50 AM, Hery Irawan wrote: > please , can you help me? Can you read the stacktrace you posted? It tells you the error and line number. *02-12 20:12:27.673: E/KirimMailActivity(378): javax.mail.internet.AddressException: Illegal address in string ``'' *

[android-developers] how to send mail using javamail

2012-02-13 Thread Hery Irawan
Hi, I want to build apps to send mail using javamail, but there is error , code: package com.kirimmail; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.Toast; public class KirimMailAc