My app wants to remind people for appointments via Email automatically. This can only be done in the background via receiver which starts itself in a certain time interval.
While being able to send Emails via a button_click.
It is not possible to send Emails in a service or receiver. (I am using google Email account as sender)
The Error is the following:
If example code is required, please ask for it. I will create one then.
There is no other way to schedule tasks than StartServiceAt or StartReceiverAt, correct?
While being able to send Emails via a button_click.
It is not possible to send Emails in a service or receiver. (I am using google Email account as sender)
The Error is the following:
B4X:
error: (RuntimeException) java.lang.RuntimeException: Empty writer returned: 503-5.5.1 RCPT first. A mail transaction protocol command was issued out of
503-5.5.1 sequence. For more information, go to
503-5.5.1 https://support.google.com/a/answer/3221692 and review RFC 5321
503 5.5.1 specifications. fc19-20020a1709073a5300b00a26ea2179e8sm7448020ejc.41 - gsmtp
If example code is required, please ask for it. I will create one then.
There is no other way to schedule tasks than StartServiceAt or StartReceiverAt, correct?
Last edited: