Page 1 of 1

Send mail with Gmail when there's no connection

Posted: 09 Dec 2014 10:57
by Wibbly
Does this action place the email in the outbox of my phone (so it will be sent when a connection is restored), or does the action fail if there's no coverage/Wifi/connection?

Re: Send mail with Gmail when there's no connection

Posted: 09 Dec 2014 18:19
by Martin
The action fails when there's no working internet connection.

Re: Send mail with Gmail when there's no connection

Posted: 09 Dec 2014 19:09
by Wibbly
Martin wrote:The action fails when there's no working internet connection.
Is there a way to test if it's failed (so I can wait and try again)?

Re: Send mail with Gmail when there's no connection

Posted: 11 Dec 2014 17:01
by Martin
You can attach another action to the Gmail-action then select the connection between the two actions, press the edit-button and switch the type of the connection to Exception. Such an Exception-connection is only executed when the previous action fails. You could attach an action Sleep with such a connection and then connect back to the Gmail-action to create a loop that tries to send the mail multiple times.

Re: Send mail with Gmail when there's no connection

Posted: 11 Dec 2014 18:14
by Wibbly
Martin wrote:You can attach another action to the Gmail-action then select the connection between the two actions, press the edit-button and switch the type of the connection to Exception. Such an Exception-connection is only executed when the previous action fails. You could attach an action Sleep with such a connection and then connect back to the Gmail-action to create a loop that tries to send the mail multiple times.
Ah-ha. Another great feature I'd not spotted. Will apply it.

As an aside, this won't work with sending SMS, will it? As far as I can tell the send of the SMS can fail without the flow failing, right? And I can't test if the txt is delivered either. So sending SMS is pretty much 'send and pray', right? ;-)

Re: Send mail with Gmail when there's no connection

Posted: 12 Dec 2014 16:45
by Martin
Yes, SMS is send and pray for the time being. I have a request on my todo-list to support SMS delivery confirmations.

Re: Send mail with Gmail when there's no connection

Posted: 12 Dec 2014 17:16
by Wibbly
Thanks Martin :-)

Re: Send mail with Gmail when there's no connection

Posted: 05 May 2015 16:12
by Wibbly
Martin wrote:Yes, SMS is send and pray for the time being. I have a request on my todo-list to support SMS delivery confirmations.
Is SMS delivery confirmation likely in the next release after the current EAP?

Re: Send mail with Gmail when there's no connection

Posted: 06 May 2015 19:12
by Martin
I have not made the plans for version 1.29 yet but I'll increase the priority of this feature request so it's more likely to be included.

Re: Send mail with Gmail when there's no connection

Posted: 07 May 2015 11:22
by Wibbly
Thanks Martin