rpremraj / mailR

A utility to send emails from the R programming environment
http://rpremraj.github.io/mailR/
190 stars 57 forks source link

Unable to retrieve SMTP status error codes #97

Open rbnphlp opened 3 years ago

rbnphlp commented 3 years ago

Hi , Echoing others , thank you for this awesome package .

I am able to send email through a shiny app using send.mail , but I am also trying to write exceptions when send.mail does not go through . From my understanding send.mail function , will return SMTP status error codes in the R console and only send "jobjRef" class when successful Is there any way of capturing these error codes for future inspection .

Apologies , if I have missed something obvious .

Thanks Robin

nishantlnmiit commented 3 years ago

@rbnphlp - Please help me on this - how we can retrieve the status code ?

nishantlnmiit commented 3 years ago

@dtenenba Please help me on this