Search found 2 matches

by hughc
12 May 2016, 02:24
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3240819

Re: Send email notification

great script!

I modified it slightly to work with gmail as the SMTP provider, as SSL is required; adding an SSL param was not difficult, but I did not bother to expose it as a command line argument (for my end use) just a configuration constant:


Const SMTPSsl = 1
...
oMsg.Configuration.Fields ...
by hughc
14 Apr 2016, 00:32
Forum: General Discussion
Topic: donating via PayPal
Replies: 6
Views: 2959

donating via PayPal

I've followed the sidebar link to donate, but when I get to Paypal, nominate a payment amount and hit the login button, I log in only to end up at an error screen. I use 2 factor authentication, but that shouldn't matter.

Just wondering if the payment flow is uptodate? The initial donation page ...