Re: Using RevMail in Server?

2018-09-09 Thread Richard Gaskin via use-livecode
Matthias Rebbe wrote: >> Am 09.09.2018 um 18:56 schrieb Richard Gaskin: >> tsNet includes an SMTP server? >> > I didn´t wrote that. It was just a question about how it does that, since most of tsNet seems focused on client-side activities. You answered here: . > I am pretty sure you know this

Re: Using RevMail in Server?

2018-09-09 Thread Matthias Rebbe via use-livecode
> Am 09.09.2018 um 18:56 schrieb Richard Gaskin via use-livecode > : > > Matthias Rebbe wrote: > > tsNet includes an SMTP server? > I didn´t wrote that. I wrote that we want to replace the use of sendmail in Livecode scripts with using tsNet to send out emails with the formdata of our

Re: Using RevMail in Server?

2018-09-09 Thread Alex Tweedly via use-livecode
On 09/09/2018 17:56, Richard Gaskin via use-livecode wrote: tsNet includes an SMTP server? What commands would one use? I've never done it, but ... lessons.livecode.com/m/4071/l/685661-how-to-send-e-mail-using-the-tsnet-external

Re: Using RevMail in Server?

2018-09-09 Thread Richard Gaskin via use-livecode
Matthias Rebbe wrote: > Richard already pointed you to the lesson about sending email from > Livecode Server scripts. > > We´re using that method for years to send formdata from our webforms > to our office. > > Another way would be to use the tsNet external with LiveCode Server, > if you have

Re: Using RevMail in Server?

2018-09-09 Thread Matthias Rebbe via use-livecode
> Am 09.09.2018 um 16:16 schrieb Rick Harrison via use-livecode > : > > >> >> I'm surprised the docs include "server" as a platform for that command, as >> it wouldn't make sense there. > > Yes, I think it must be a misprint or it is missing important information > about using it in a

Re: Using RevMail in Server?

2018-09-09 Thread Rick Harrison via use-livecode
> On Sep 8, 2018, at 4:35 PM, Richard Gaskin via use-livecode > wrote: > > > If a server had a GUI with a mail client installed, who would be there to > click the Send button? :) QuicKeys 4 for Mac OS X can always click the Send button even when no one is around to click the button. :-)

Re: Using RevMail in Server?

2018-09-08 Thread Richard Gaskin via use-livecode
Rick Harrison wrote: > I was hoping that RevMail could be > used from within LC Server. The > documentation says it should work. > My experience with it so far has been > more of that it won’t work. > > If I use it from a normal LC stack > it works fine in that it bri

Using RevMail in Server?

2018-09-08 Thread Rick Harrison via use-livecode
I was hoping that RevMail could be used from within LC Server. The documentation says it should work. My experience with it so far has been more of that it won’t work. If I use it from a normal LC stack it works fine in that it brings up my email client, like it is supposed to. Is this a known

Re: RevMail - Status in 9,0

2018-04-10 Thread Brian Milby via use-livecode
I was looking at the code last night for mobile mail. There are slight differences in how the two work besides just allowing attachments. There is some commented out code in the revMail version that still is in the mobileComposeMail version. Can’t remember if that was the iOS specific one

Re: RevMail - Status in 9,0

2018-04-10 Thread Ali Lloyd via use-livecode
; On Mon, Apr 9, 2018 at 9:26 PM Sannyasin Brahmanathaswami via use-livecode > < > use-livecode@lists.runrev.com> wrote: > > > ditto that… I only use it an mobile BR > > > > Andrew: > > I'll probably look at switching my code over from revMail to > &g

Re: RevMail - Status in 9,0

2018-04-09 Thread Brian Milby via use-livecode
at 9:26 PM Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > ditto that… I only use it an mobile BR > > Andrew: > I'll probably look at switching my code over from revMail to > mobileComposeMail as Brian Milby recommended

Re: RevMail - Status in 9,0

2018-04-09 Thread Sannyasin Brahmanathaswami via use-livecode
ditto that… I only use it an mobile BR Andrew: I'll probably look at switching my code over from revMail to mobileComposeMail as Brian Milby recommended since I'm only using this in an iOS/Android app. ___ use-livecode mailing list use

Re: RevMail - Status in 9,0

2018-04-09 Thread Andrew Bell via use-livecode
I ran into this over the weekend but didn't check the list until this morning. After some testing I can confirm this bug appeared in 9.0.0dp11. Filed bug report @ https://quality.livecode.com/show_bug.cgi?id=21172 I'll probably look at switching my code over from revMail

Re: RevMail - Status in 9,0

2018-04-07 Thread Brian Milby via use-livecode
In earlier versions the common library did not make it to mobile. revMail was internally handled by mobileComposeMail (effectively anyway). Now, the common library makes it to mobile. The above code should still work, but should call the mail app to send the mail instead of doing it inside

Re: RevMail - Status in 9,0

2018-04-07 Thread Brian Milby via use-livecode
sions < 8.* > > on sendFeedBack > revMail "sivas...@hindu.org",,"SivaSiva App Feedback",\ > ("Bug reports: " & cr & cr & "Describe what you did: " & cr & "What > happened: " & cr & "What you expecte

RevMail - Status in 9,0

2018-04-07 Thread Sannyasin Brahmanathaswami via use-livecode
This was working in Standalones for iOS and Android in all versions < 8.* on sendFeedBack revMail "sivas...@hindu.org",,"SivaSiva App Feedback",\ ("Bug reports: " & cr & cr & "Describe what you did: " & cr & "What happened: &

Revmail won't work with Outlook (Really??)

2016-01-28 Thread Bob Sneidar
Hi all. I issue the command revmail theHelpdeskEmail, theDispatcherList, theSubject, theServiceData and I get an error dialog: "Cannot start Microsoft Outlook. The command line arguement is not valid. Verify the switch you are using." The command works on the MacOS, but not in

Re: Revmail won't work with Outlook (Really??)

2016-01-28 Thread Bob Sneidar
I'll give that a go. I shudder though at converting my stacks. Bad experience but I will make a backup. Bob S > On Jan 28, 2016, at 10:31 , Richard Gaskin <ambassa...@fourthworld.com> wrote: > > Bob Sneidar wrote: > > I issue the command revmail theHelpdeskEma

Re: Revmail won't work with Outlook (Really??)

2016-01-28 Thread Richard Gaskin
Bob Sneidar wrote: > I issue the command revmail theHelpdeskEmail, theDispatcherList, > theSubject, theServiceData and I get an error dialog: "Cannot start > Microsoft Outlook. The command line arguement is not valid. Verify > the switch you are using." The comm

Re: Revmail problems on Windows 8

2015-07-01 Thread Richard Gaskin
David V Glasgow wrote: The good news is that using the launch url workaround recommended by Richard (below) worked fine. So anyone encountering the same issue can take this route. Thanks Richard. Why Revmail should fail in the way I have described is beyond me. Maybe brighter coders can

Re: Revmail problems on Windows 8

2015-07-01 Thread David V Glasgow
I originally sent this a couple of days ago, but it has never appeared on the list. Apologies if it ends up a double post…. Based on the advice received when I posted this issue, I checked the result immediately after the revmail line was executed. Interestingly, the result-put line

Re: Revmail problems on Windows 8

2015-07-01 Thread Bob Sneidar
To which I might add, Don’t put bad gas in the engine Don’t over rev the engine Don’t try to pull the engine apart, then put it back together “more better” I’ll leave it up to everyone’s imaginations to determine what the coding correlations for these are. It’s only my intent to seem wise. Bob

Re: Revmail problems on Windows 8

2015-07-01 Thread stephen barncard
Bless the engine, my son. -- Stephen Barncard - Sebastopol Ca. USA - Deeds Not Words On Wed, Jul 1, 2015 at 2:55 PM, Bob Sneidar bobsnei...@iotecdigital.com wrote: To which I might add, Don’t put bad gas in the engine Don’t over rev the engine Don’t try to pull the engine apart, then put

Re: Revmail problems on Windows 8

2015-06-21 Thread Skip Kimpel
of script: revMail “Cluster.Buster@*.nhs.uk,,Cluster Buster - help I'm stuck It works fine in the dev environment, and on Mac standalones. On Windows 8 it does nothing. Just in case it was an inclusions thing, I switched to automatic inclusions, but this made no difference

Re: Revmail problems on Windows 8

2015-06-21 Thread Richard Gaskin
David V Glasgow wrote: I had carefully tested all the complex stuff, but hadn’t bothered with this because it was a single line of script: revMail “Cluster.Buster@*.nhs.uk,,Cluster Buster - help I'm stuck It works fine in the dev environment, and on Mac standalones

Revmail problems on Windows 8

2015-06-21 Thread David V Glasgow
have learned that a button designed as a last resort call for help doesn’t work. I had carefully tested all the complex stuff, but hadn’t bothered with this because it was a single line of script: revMail “Cluster.Buster@*.nhs.uk,,Cluster Buster - help I'm stuck It works fine

RE: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread Ralph DiMola
I have no problems sending mail with both iOS and Android devices. This is the command I use for both. revMail tEmailAddress , , tSubject, tBodyText LC 6.7.1 Xcode 6.1.1 OSX 10.9.5 (iOS versions) LC 6.6.5 Win XP SP3 (Android versions) I generally don't use the simulator. This is probably

Re: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread Richard Miller
Can anyone confirm if this is working with OSX 10.10.2? I am having the same crash testing it on my iPhone 6+ On 2/12/15 10:33 AM, Ralph DiMola wrote: I have no problems sending mail with both iOS and Android devices. This is the command I use for both. revMail tEmailAddress , , tSubject

RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread Richard Miller
I am having a problem getting RevMail to work in an IOS LC stack. I have tried five different versions of LC (from 6.6 to 7.0.1), but each time I try the RevMail function, the system displays a blank email with only the subject line filled in. I can't get the email address or body to fill

Re: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread Richard Miller
Re-installed Xcode. Revmail now works on my phone, but not in simulator. On 2/12/15 10:40 AM, Richard Miller wrote: Can anyone confirm if this is working with OSX 10.10.2? I am having the same crash testing it on my iPhone 6+ On 2/12/15 10:33 AM, Ralph DiMola wrote: I have no problems

Re: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread sebastien
On 12/02/2015 15:19, Richard Miller wrote: I am having a problem getting RevMail to work in an IOS LC stack. I have tried five different versions of LC (from 6.6 to 7.0.1), but each time I try the RevMail function, the system displays a blank email with only the subject line filled in. I can't

Can revMail include formatting (bold, italics, etc.) in message body?

2014-11-05 Thread Roger Eller
I have tried html tags. No luck. ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: RevMail

2013-09-18 Thread Magicgate Software - Skip Kimpel
I believe I solved this issue. Instead of using commas in-between the quotes, use semi-colons, just as Outlook would so it would read like this: revMail te...@test.com;te...@test.com,te...@test.com;te...@test.com, Subject here, This is my message Having said that, I think I have abandoned

RevMail

2013-09-17 Thread Skip Kimpel
When trying to compose an email using RevMail, I get an error message from Outlook when trying to use more than one TO or CC addresses. The dictionary specifically says I can use more than one email address separated by commas. The Outlook message I get is: The command line argument

Re: RevMail

2013-09-17 Thread Mark Schonewille
Kimpel wrote: When trying to compose an email using RevMail, I get an error message from Outlook when trying to use more than one TO or CC addresses. The dictionary specifically says I can use more than one email address separated by commas. The Outlook message I get is: The command line

Re: RevMail

2013-09-17 Thread Magicgate Software - Skip Kimpel
That I did... so it looks like this (just to clarify:) revMail te...@test.com,te...@test.com,te...@test.com,te...@test.com, Subject here, This is my message On Tue, Sep 17, 2013 at 3:33 PM, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Hi Skip, You can do this, but you have

revMail to Browser

2012-09-20 Thread Dan Friedman
Greetings! I am sure this has come up before, but what does one do when you use the revMail command: revMail m...@someaddress.com,,eMailTitle,field eMailContent and the user isn't using a mail client like Mail or Outlook, but gMail in a web browser. Is there a call to do

Re: revMail to Browser

2012-09-20 Thread Roger Eller
If there is already email client application associated with mailto: links (which is what revMail is using), the gMail Notifier add-on can help by assigning a default browser to handle them. http://toolbar.google.com/gmail-helper/notifier_windows.html I always set it to NOT start when Windows

revMail to Gmail when it's not the default client

2011-07-17 Thread Roger Eller
I need to pass a revMail or mailTo string to Gmail even when another email client is configured as the default. Any suggestions? ˜Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Ken Ray
On Jul 17, 2011, at 12:48 PM, Roger Eller wrote: I need to pass a revMail or mailTo string to Gmail even when another email client is configured as the default. Any suggestions? What platform(s) do you need this on? Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Pete
There's a Gmail plugin available from Google that makes Gmail come up when you click a mail link instead of the default for the computer, but I don't know how that would interact with revMail Pete Molly's Revenge http://www.mollysrevenge.com On Sun, Jul 17, 2011 at 10:48 AM, Roger Eller

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Roger Eller
On Sun, Jul 17, 2011 at 2:16 PM, Pete wrote: There's a Gmail plugin available from Google that makes Gmail come up when you click a mail link instead of the default for the computer, but I don't know how that would interact with revMail Pete Molly's Revenge http://www.mollysrevenge.com

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Pete
roger.e.el...@sealedair.comwrote: On Sun, Jul 17, 2011 at 2:16 PM, Pete wrote: There's a Gmail plugin available from Google that makes Gmail come up when you click a mail link instead of the default for the computer, but I don't know how that would interact with revMail Pete Molly's

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Roger Eller
On Sun, Jul 17, 2011 at 2:44 PM, Pete wrote: Sorry Roger, should have included a link - here it is: http://mail.google.com/support/bin/answer.py?answer=10966 It's actually part of the Gmail Notifier plugin which works on Windows and Mac. Pete Molly's Revenge http://www.mollysrevenge.com

revMail

2011-02-07 Thread Richmond
I wonder why: on mouseUp revMail x...@gmail.com, ,Important Information,The sun is shining end mouseUp doesn't seem to send an email to x...@gmail.com (on Linux, at least)? I have tried this for 2 e-mail addresses with no joy. ___ use-livecode

RE: revMail

2011-02-07 Thread John Dixon
It composes the email for you in your default email program... you then send it from there Date: Mon, 7 Feb 2011 22:36:11 +0200 From: richmondmathew...@gmail.com To: use-livecode@lists.runrev.com Subject: revMail I wonder why: on mouseUp revMail x...@gmail.com, ,Important

Re: revMail

2011-02-07 Thread Warren Samples
On Mon, 2011-02-07 at 22:36 +0200, Richmond wrote: I wonder why: on mouseUp revMail x...@gmail.com, ,Important Information,The sun is shining end mouseUp doesn't seem to send an email to x...@gmail.com (on Linux, at least)? I have tried this for 2 e-mail addresses with no joy

Re: revMail

2011-02-07 Thread Richmond
Thank you, both John and Roger. Certainly Roger's screenshot was a model of clarity. However, my Ubuntu box did not evoke Thunderbird (my e-mail client) nor the inbuilt Evolution. Mind you part of this might be that Linux does not really have a way to set one's default e-mail client. The

Re: revMail

2011-02-07 Thread Richmond
On 02/07/2011 10:58 PM, Warren Samples wrote: On Mon, 2011-02-07 at 22:36 +0200, Richmond wrote: I wonder why: on mouseUp revMail x...@gmail.com, ,Important Information,The sun is shining end mouseUp doesn't seem to send an email to x...@gmail.com (on Linux, at least)? I have tried

Re: revMail

2011-02-07 Thread Bob Sneidar
I think a feature request is in order for a Livecode preference for preferred web and email client. The choices could be Default (for systems that support it) or Other... in which case you could choose the web and email client you prefer. I'm not sure however, how you would call up a web mail

Re: revMail

2011-02-07 Thread Warren Samples
On Mon, 2011-02-07 at 23:02 +0200, Richmond wrote: On 02/07/2011 10:58 PM, Warren Samples wrote: On Mon, 2011-02-07 at 22:36 +0200, Richmond wrote: I wonder why: on mouseUp revMail x...@gmail.com, ,Important Information,The sun is shining end mouseUp doesn't seem to send

Re: revMail

2011-02-07 Thread Richmond
On 02/07/2011 11:13 PM, Warren Samples wrote: On Mon, 2011-02-07 at 23:02 +0200, Richmond wrote: On 02/07/2011 10:58 PM, Warren Samples wrote: On Mon, 2011-02-07 at 22:36 +0200, Richmond wrote: I wonder why: on mouseUp revMail x...@gmail.com, ,Important Information,The sun is shining

Re: iOS revMail Attachment?

2011-01-07 Thread Chipp Walters
Last I asked, there was not one. Please add, otherwise there's little chance ov ever getting an image out of your app. On Thursday, January 6, 2011, Scott Rossi sc...@tactilemedia.com wrote: Another iOS question -- any way to send an image attachment using revMail? Or an alternate option, send

iOS revMail Attachment?

2011-01-06 Thread Scott Rossi
Another iOS question -- any way to send an image attachment using revMail? Or an alternate option, send HTML mail or HTML text with an image reference? Thanks Regards, Scott Rossi Creative Director Tactile Media, UX Design ___ use-livecode mailing

Was: revMail and Bcc - now: How do you contact the mothership?

2010-12-28 Thread william humphrey
I was thinking about my problem with the livecode command revmail not having the ability to BCC and the livecode command revGOURL which it says in the dictionary that we shouldn't use and my question is how do you contact the mother ship? How do you let the people who we bought livecode from know

Was: revMail and Bcc - now: How do you contact the mothership?

2010-12-28 Thread Shao Sean
supp...@runrev.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Was: revMail and Bcc - now: How do you contact the mothership?

2010-12-28 Thread william humphrey
Thanks. I've never tried it. I'll send them a suggestion for the revMail function to be more useful. On Tue, Dec 28, 2010 at 1:50 PM, Shao Sean shaos...@wehostmacs.com wrote: supp...@runrev.com ___ use-livecode mailing list use-livecode

Re: Was: revMail and Bcc - now: How do you contact the mothership?

2010-12-28 Thread Sarah Reichelt
revmail not having the ability to BCC and the livecode command revGOURL which it says in the dictionary that we shouldn't use and my question is how do you contact the mother ship? How do you let the people who we bought livecode from know that maybe revMail should have the ability to BCC? I use

Re: revMail and Bcc

2010-12-27 Thread Pierre Sahores
in new code. But RevMail does not allow for BCC revMail address[,ccAddress[,mailSubject[,messageBody]]] Is there another way to send an email with a BCC field? Thanks, Bill On Fri, May 30, 2008 at 9:41 AM, Klaus Major kl...@major-k.de wrote: Hi Sarah, On Fri

Re: revMail and Bcc

2010-12-27 Thread william humphrey
The problem with that lesson is that it is for a running server. So if you're just running your regular old computer the shell commands do nothing. At least the RunRev folks see that BCC is important. ___ use-livecode mailing list

Re: revMail and Bcc

2010-12-27 Thread Pierre Sahores
If mail is installed (need to be !), it can work from your own (OSX or Linux) box as well. Best, Pierre Le 27 déc. 2010 à 17:25, william humphrey a écrit : The problem with that lesson is that it is for a running server. So if you're just running your regular old computer the shell commands

Fwd: revMail and Bcc

2010-12-27 Thread Pierre Sahores
I should have say SendMail the unix demon, not (Apple) Mail at all... Début du message réexpédié : De : Pierre Sahores psaho...@free.fr Date : 27 décembre 2010 17:35:22 HNEC À : How to use LiveCode use-livecode@lists.runrev.com Cc : Pierre Sahores psaho...@free.fr Objet : Rép : revMail

Re: revMail and Bcc

2010-12-27 Thread william humphrey
Thank you. I will search on the internet for this except that it isn't really a solution because then everyone that uses my program would also have to install this unix thing. It would be easier if RevMail just had another parameter for the BCC. On Mon, Dec 27, 2010 at 12:39 PM, Pierre Sahores

Re: revMail and Bcc

2010-12-26 Thread william humphrey
The *revGoURL* command is deprecated and should not be used in new code. But RevMail does not allow for BCC revMail address[,ccAddress[,mailSubject[,messageBody]]] Is there another way to send an email with a BCC field? Thanks, Bill On Fri, May 30, 2008 at 9:41 AM, Klaus Major kl