smtp question

2017-02-09 Thread ToddAndMargo
Hi All, I am starting a program (run from crontab) to test some things and eMail diagnostics to me. I am looking at https://github.com/retupmoca/P6-Net-SMTP I pretty much understand everything, but send($from, $to, $messag

Re: smtp question

2017-02-09 Thread Brandon Allbery
On Thu, Feb 9, 2017 at 11:41 PM, ToddAndMargo wrote: > I am looking at > https://github.com/retupmoca/P6-Net-SMTP > > I pretty much understand everything, but > >- > >send($from, $to, $message, :$keep-going) > >Sends an email $message (which can be a Str or something with a Str >m

Re: smtp question

2017-02-09 Thread ToddAndMargo
On 02/09/2017 08:51 PM, Brandon Allbery wrote: On Thu, Feb 9, 2017 at 11:41 PM, ToddAndMargo wrote: I am looking at https://github.com/retupmoca/P6-Net-SMT