rstudio / blastula

Easily send great-looking HTML email messages from R

Home Page:https://pkgs.rstudio.com/blastula

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set timeout for Curl when using smtp_send() function?

nitish-inqube opened this issue · comments

When I am trying to send an email using my O365 account, I am getting a timeout.
The same code works fine when I am connected to a public network, but does not seem to work on my office network.

My initial guess was that maybe the firewall is blocking curl requests, but that's not the case as if I send the same email using the emayili package instead of blastula, the email can be sent by setting the curl timeout to 20 seconds or more.

Unfortunately, I am unable to figure out a way to increase the timeout when using blastula. Please help.