jmettraux/rufus-scheduler

`pop': execution expired (Net::OpenTimeout)

darlandieterich opened this issue · 3 comments

When send mail, this show in prompt -> "`pop': execution expired (Net::OpenTimeout)"

Hello,

could you please give me the whole error backtrace (it's something that looks like this).

Could you also please show me the code where the problem occurs.

This is probably not related to rufus-scheduler, it seems your code is attempting to open a network connection and times out. But I will try to help you anyway.

Best regards.

Hi @jmettraux you were right, this not related to rufus-scheduler.
I was calling method mail with "deliver" inside. I solved using "deliver" out of method calling.
Sorry for the unnecessary issues
Thank you.

Ah, no worries, you are welcome!