Re: Best Temp Pass Autoresponder?

2019-07-17 Thread Bob Sneidar via use-livecode
Okay I thought I might be on to something. FYI for those who struggle with Gmail there are certain security settings that must be in place for free Gmail or hosted Google account to receive SMTP traffic: Two factor authentication must be off for the sending account, Access for less secure apps

Re: Best Temp Pass Autoresponder?

2019-07-17 Thread Bob Sneidar via use-livecode
Great info Ralph. Bob S > On Jul 17, 2019, at 10:47 , Ralph DiMola via use-livecode > wrote: > > I spoof email "from" address all the time(legitimately) using LC server > using on-rev account. When testing I found out a few things > 1) you must put "mailFrom:" in the email internet header.

RE: Best Temp Pass Autoresponder?

2019-07-17 Thread Ralph DiMola via use-livecode
I spoof email "from" address all the time(legitimately) using LC server using on-rev account. When testing I found out a few things 1) you must put "mailFrom:" in the email internet header. Example "Mailfrom: xx...@y.on-rev.com" This is not seen by email clients. They see the "From" but

Re: Best Temp Pass Autoresponder?

2019-07-17 Thread Rick Harrison via use-livecode
I own both email addresses. Therefore I was sending it to myself. Sorry for any confusion. Thanks, Rick > On Jul 17, 2019, at 12:44 PM, Bob Sneidar via use-livecode > wrote: > > What did he mean by sending to himself then? > > Bob S > > >> On Jul 17, 2019, at 09:17 , Alex Tweedly via

Re: Best Temp Pass Autoresponder?

2019-07-17 Thread Bob Sneidar via use-livecode
What did he mean by sending to himself then? Bob S > On Jul 17, 2019, at 09:17 , Alex Tweedly via use-livecode > wrote: > > Uh, that wasn't the case in Rick\s testing; he was sending to himself, but > not at the > > He already posted this to the list, so it's ok for me to reveal the email

Re: Best Temp Pass Autoresponder?

2019-07-17 Thread Alex Tweedly via use-livecode
Uh, that wasn't the case in Rick\s testing; he was sending to himself, but not at the He already posted this to the list, so it's ok for me to reveal the email addresses again : put"harri...@all-auctions.com" into pVarEmailAddressToCustomer put"supp...@innovative-introductions.com"

Re: Best Temp Pass Autoresponder?

2019-07-17 Thread Bob Sneidar via use-livecode
Oh, THAT is interesting! We test with free gmail accounts on copiers for customers who either do not know their email server settings, or those who don't have an email server. There are times we cannot figure out why they do not get the email! Very likely it's because the sender address is the

Re: Best Temp Pass Autoresponder?

2019-07-16 Thread Stephen Barncard via use-livecode
One has to look in ALL MAIL... this has messed with me every time I try to do something 'abnormal' with email. -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Tue, Jul 16, 2019 at 6:41 PM Rick Harrison via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Alex, > >

Re: Best Temp Pass Autoresponder?

2019-07-16 Thread Rick Harrison via use-livecode
Hi Alex, Everything is fine now. It turned out that my google email account was filtering out the emails I was sending to myself. To test the theory, I sent emails to my yahoo account, and the email showed up just fine. Thanks a lot Google! (NOT!) Thank you Alex for your patience and for

Re: Best Temp Pass Autoresponder?

2019-07-16 Thread Rick Harrison via use-livecode
Hi Alex, Thank you for trying that out! It must be some difference in setup then. I’ll get back to you when I know more. Thanks again, Rick > On Jul 16, 2019, at 6:27 PM, Alex Tweedly via use-livecode > wrote: > > Hi Rick, > > I copied / pasted that script from your mail into my LC

Re: Best Temp Pass Autoresponder?

2019-07-16 Thread Alex Tweedly via use-livecode
Hi Rick, I copied / pasted that script from your mail into my LC server script, and made two small changes ("To" address I changed from yours to one of mine, and "From" address I changed to be within my domain), and tried that. It worked fine, and I did receive the email. So (just to check)

Re: Best Temp Pass Autoresponder?

2019-07-16 Thread Rick Harrison via use-livecode
Hi Alex, Ok, I tried going back to basics just to see what I could get to work. I managed to get the ReverseName function to work fine all by itself in the server. Then I tried the command mail shell method all by itself. It looks like the code is executing, but I receive no email! I’ve listed

Re: Best Temp Pass Autoresponder?

2019-07-15 Thread Alex Tweedly via use-livecode
On 15/07/2019 22:31, Rick Harrison via use-livecode wrote: Hi Alex, I believe the problem is that LC function doesn’t work in server even though the documentation says it should work in server. No, it's definitely not that - I use funciton() all the time on LCServer. Try this script and see

Re: Best Temp Pass Autoresponder?

2019-07-15 Thread Rick Harrison via use-livecode
Hi Alex, I believe the problem is that LC function doesn’t work in server even though the documentation says it should work in server. I tried the example in the dictionary for reversedName. It works fine in the IDE. Once it is put into server like the following the first line gets flagged

Re: Best Temp Pass Autoresponder?

2019-07-15 Thread Alex Tweedly via use-livecode
Thanks - I've added that to the comments so I don't forget again. And thanks Andre!! Alex. On 15/07/2019 16:35, J. Landman Gay via use-livecode wrote: BTW, I believe the attribution for the original handlers is Andre Garzia. I kept a copy too. -- Jacqueline Landman Gay |

Re: Best Temp Pass Autoresponder?

2019-07-15 Thread Alex Tweedly via use-livecode
Hmmm - LC Server's error reporting can be frustrating and I'm not sure what it is trying to say here. All I can suggest is to try to take the problematic script and load it as a script-only stack into the IDE and see if it can be tested out that way - if necessary adding a few lines of

Re: Best Temp Pass Autoresponder?

2019-07-15 Thread Rick Harrison via use-livecode
Hi Alex, I tried out the code you listed for sending email and got the following error on row 978, col 1: if: error in command (function) row 978, col 1: script: bad statement (function) ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Best Temp Pass Autoresponder?

2019-07-15 Thread J. Landman Gay via use-livecode
BTW, I believe the attribution for the original handlers is Andre Garzia. I kept a copy too. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 15, 2019 7:01:39 AM Alex Tweedly via use-livecode wrote: Ah, yeah, sorry - careless

Re: Best Temp Pass Autoresponder?

2019-07-15 Thread Bob Sneidar via use-livecode
What about the sites that ask you to enter a new password after sending you a temporary one? Bob S > On Jul 13, 2019, at 12:27 , Alex Tweedly via use-livecode > wrote: > > It's kind of hard to answer that without knowing how your passwords are set > up and managed already, or what/how you

Re: Best Temp Pass Autoresponder?

2019-07-15 Thread Alex Tweedly via use-livecode
Ah, yeah, sorry - careless of me. Short answer : Yes. Long answer : function wrapQ pText    return quote & pText & quote end wrapQ function shellEscape pText -- keep this at the end because it messes up Coda colouring    repeat for each char tChar in "\`!$" & quote   replace tChar with

Re: Best Temp Pass Autoresponder?

2019-07-14 Thread Stephen Barncard via use-livecode
Yes! On Sun, Jul 14, 2019 at 17:08 Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 7/14/19 3:24 PM, Alex Tweedly via use-livecode wrote: > > > In case it helps, here's the code I use to send email from my LC server > > account. I should know where this came from (and I

Re: Best Temp Pass Autoresponder?

2019-07-14 Thread Mark Wieder via use-livecode
On 7/14/19 3:24 PM, Alex Tweedly via use-livecode wrote: In case it helps, here's the code I use to send email from my LC server account. I should know where this came from (and I suspect I should be able to thank the original author), but that's lost info right now. wrapQ()? shellEscape()?

Re: Best Temp Pass Autoresponder?

2019-07-14 Thread Alex Tweedly via use-livecode
On 14/07/2019 18:20, Rick Harrison via use-livecode wrote: The main snag I’m working on now is setting up the server to send out the email to the user. This morning I’m looking at the shell commands and at tsNet SMTP possible solutions. In case it helps, here's the code I use to send email

Re: Best Temp Pass Autoresponder?

2019-07-14 Thread Rick Harrison via use-livecode
Hi Alex, Thanks for getting back to me. Your suggestion of no password is interesting, but in my particular case it isn’t the right solution for me. In the meantime, I took a step back from the work that gave me an alternate insight as to how it needs to work. The main snag I’m working on now

Re: Best Temp Pass Autoresponder?

2019-07-13 Thread Alex Tweedly via use-livecode
It's kind of hard to answer that without knowing how your passwords are set up and managed already, or what/how you need to use or check them. So I won't answer directly, but offer a sideways suggestion Don't have passwords. Nearly all sites that have passwords offer some kind of