RE: sendmail through On-Rev server

2014-11-20 Thread Ralph DiMola
use LiveCode Subject: Re: sendmail through On-Rev server Ralph, I did get this working again, I've just re-checked and it is still working fine on Diesel. The one thing that made the biggest difference was changing the .irev file name extension to .lc as David Williams suggested. My versi

Re: sendmail through On-Rev server

2014-11-20 Thread Paul Hibbert
How to use LiveCode > Subject: Re: sendmail through On-Rev server > > Thanks Christer, > > That's the script I was trying on Diesel, but sadly with no joy. > > Paul > > On Oct 26, 2014, at 1:20 AM, Pyyhtiä Christer wrote: > >> The following script work

RE: sendmail through On-Rev server

2014-11-19 Thread Ralph DiMola
-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Paul Hibbert Sent: Sunday, October 26, 2014 12:14 PM To: How to use LiveCode Subject: Re: sendmail through On-Rev server Thanks Christer, That's the script I was trying on Diesel, but sadly with no joy. Paul On Oct 26, 2014,

Re: sendmail through On-Rev server

2014-10-27 Thread Matthias Rebbe | M-R-D
> Am 27.10.2014 um 23:27 schrieb Bob Sneidar : > I would pay cash money for it myself! Me too. I used Shao Sean´s and also Sarah Reichelt´s libraries for a long time. But as more and more providers are switching completely to encrypted smtp i am also in need for such a plugin/library. Matt

Re: sendmail through On-Rev server

2014-10-27 Thread Bob Sneidar
Seems someone with knowledge of how encrypted SMTP works could come up with a mail plugin. I would pay cash money for it myself! I don’t have the expertise, although I’m pretty sure where things are breaking down in my attempts to do so. I’ve toyed with shell commands to do this, and it fails. A

Re: sendmail through On-Rev server

2014-10-27 Thread david williams
Hello Everyone, I will post the response here that I sent to Paul in his ticket, as I think it may be of use to some people on this list. This results from using the old legacy irev engine as opposed to the newer Livecode Server engine. You can either change the file extension to .lc, or, if

Re: sendmail through On-Rev server

2014-10-26 Thread Paul Hibbert
Thanks Christer, That's the script I was trying on Diesel, but sadly with no joy. Paul On Oct 26, 2014, at 1:20 AM, Pyyhtiä Christer wrote: > The following script works well - on Tio. Used it yesterday with no > problems. Response was immediate. > > I got it from someone at RR. > > rgds c

Re: sendmail through On-Rev server

2014-10-26 Thread Pyyhtiä Christer
The following script works well - on Tio. Used it yesterday with no problems. Response was immediate. I got it from someone at RR. rgds christer -- -- mail -- -- Emails the given message to the recipients specified. -- Each address passed can have a name attached in the form "name ". --

Re: sendmail through On-Rev server

2014-10-25 Thread Paul Hibbert
Thank you Mike, Andrew and Peter, I did end up going with a suggestion from Peter Wood using Rebol, with some help from Peter I now have a working option. Paul On Oct 25, 2014, at 7:05 AM, Mike Bonner wrote: > I used sendmail on diesel a couple weeks ago. It was SLOW, but it worked. > (I set

Re: sendmail through On-Rev server

2014-10-25 Thread Mike Bonner
I used sendmail on diesel a couple weeks ago. It was SLOW, but it worked. (I set up a stack here to post 61 sets of email data to an on-rev script, one at a time, with small delay between, and the server would hit sendmail to send em out.) Kinda sounds like diesel either has a hardware problem, o

Re: sendmail through On-Rev server

2014-10-24 Thread Andrew Kluthe
Postmarkapp.com, someone on here has a lib for it. But I don't remember who. On Oct 24, 2014 11:00 PM, "Paul Hibbert" wrote: > After several hours of frustration, searching and trying, then more > searching and trying I've finally come to the conclusion that sendmail is > not working on Diesel. >

sendmail through On-Rev server

2014-10-24 Thread Paul Hibbert
After several hours of frustration, searching and trying, then more searching and trying I've finally come to the conclusion that sendmail is not working on Diesel. I have already tried the LiveCode lesson, the files from splash21 and troz.net along with an amended version from the forums. I di