i copied the example in the tutorial and changed the recipient for my needs.
but i can't get it to work to send an email.
it always throws an error:
java.lang.RuntimeException: Empty writer returned: 503 Bad sequence of commands. You must specify the recipients of a message before you can send it
even with adding two addresses ....
SMTPSender.To.Add("[email protected]")
SMTPSender.To.Add("[email protected]")
it shows
ToastMessageShow(SMTPSender.To.Size, True) = 0
what is possibly wrong here?
oliver
but i can't get it to work to send an email.
it always throws an error:
java.lang.RuntimeException: Empty writer returned: 503 Bad sequence of commands. You must specify the recipients of a message before you can send it
even with adding two addresses ....
SMTPSender.To.Add("[email protected]")
SMTPSender.To.Add("[email protected]")
it shows
ToastMessageShow(SMTPSender.To.Size, True) = 0
what is possibly wrong here?
oliver