Re: Email Trigger?

2000-09-29 Thread JustinMacCarthy
Use iMS from www.Coolfusion.com... Justin - Original Message - From: "Karl Simanonok" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, September 28, 2000 5:55 PM Subject: Email Trigger? No, I do not want email sent at a certain time or upon a u

RE: Email Trigger?

2000-09-29 Thread Mike Sullivan
:[EMAIL PROTECTED]] Sent: Thursday, September 28, 2000 2:34 PM To: CF-Talk Subject:Re: Email Trigger? what did you want to trigger? There may be other ways to trigger the action you need. I don't know how you would receive the pop mail except to schedule pickup of the mail. Ideas? Eric

RE: Email Trigger?

2000-09-29 Thread Karl Simanonok
Yes, this is exactly what I want to do: send mail to specific address CF template is invoked upon mail receipt ...WITHOUT using a scheduled task. If iMS will do it, and iMS is written in Cold Fusion, then there has to be a mechanism to accomplish this task. Unfortunately there are two big

RE: Email Trigger?

2000-09-29 Thread Karl Simanonok
lines of code. Regards, Karl Simanonok Original Message: Date: Thu, 28 Sep 2000 16:34:14 CDT From: "Eric Dawson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Email Trigger? Message-ID: [EMAIL PROTECTED] what did you want to trigger? There may be other ways

RE: Email Trigger?

2000-09-29 Thread ron
are called "program aliases", that trigger an action upon receipt. That's what you'd need to use to get around the scheduled task method. -Ron -Original Message- From: Karl Simanonok [mailto:[EMAIL PROTECTED]] Sent: Friday, September 29, 2000 12:10 PM To: CF-Talk Subject: RE: Ema

Re: Email Trigger?

2000-09-29 Thread Howie Hamlin
- Original Message - From: "Karl Simanonok" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, September 29, 2000 12:59 PM Subject: RE: Email Trigger? Yes, this is exactly what I want to do: send mail to specific address CF template is invok

RE: Email Trigger?

2000-09-29 Thread Steve Bernard
would say, "Throw me a freakin' bone ..." Steve -Original Message- From: Karl Simanonok [mailto:[EMAIL PROTECTED]] Sent: Friday, September 29, 2000 1:10 PM To: CF-Talk Subject: RE: Email Trigger? I just want to be able to execute a CF template when my email is received on the serv

RE: Email Trigger?

2000-09-29 Thread JF
Original Message: Date: Thu, 28 Sep 2000 16:34:14 CDT From: "Eric Dawson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Email Trigger? Message-ID: [EMAIL PROTECTED] what did you want to trigger? There may be other ways to trigger the action you need. I don't kn

RE: Email Trigger?

2000-09-29 Thread Len Conrad
Another way to do this would be to have your MTA (ie Sendmail) fire a Perl script that calls the CF page (via HTTP) when mail to that alias arrives. No scheduling required, and near-instant action on the email. ah, now that's cool. thanks, Len

RE: Email Trigger?

2000-09-29 Thread dougn
I know this is possible with iMail (NT), but haven't tried it. What's the Syntax for such a call? --Doug -Original Message- From: Len Conrad [mailto:[EMAIL PROTECTED]] Sent: Friday, September 29, 2000 1:57 PM To: CF-Talk Subject: RE: Email Trigger? Another way to do this would

Email Trigger?

2000-09-28 Thread Karl Simanonok
ot; [EMAIL PROTECTED] Subject: RE: Email Trigger Message-ID: [EMAIL PROTECTED] you want an e-mail sent at a certain date/time, or upon user action? -Original Message- From: Karl Simanonok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 2:25 PM To: CF-Talk Subject: Email Trigger D

Re: Email Trigger?

2000-09-28 Thread Ryan
At 09:55 9/28/00 -0700, you wrote: No, I do not want email sent at a certain time or upon a user action. I want a Cold Fusion template to be executed when I send email to an email address. It can be an email account on the same server if that helps (you'd think so). I know I can do it by using

Re: Email Trigger?

2000-09-28 Thread Eric Dawson
: Email Trigger? Date: Thu, 28 Sep 2000 09:55:54 -0700 No, I do not want email sent at a certain time or upon a user action. I want a Cold Fusion template to be executed when I send email to an email address. It can be an email account on the same server if that helps (you'd think so). I know I can

RE: Email Trigger?

2000-09-28 Thread Steve Bernard
How are you sending email? If it's from a HTTP form this is easy. If you want to monitor an inbox on a remote SMTP server I would first need to know what your mail platform is. There are widely different solutions possible depending on the platform of the mail server. Steve

RE: Email Trigger

2000-09-27 Thread ron
Does anyone know of a way to send email that will trigger a CF template to be executed, WITHOUT having to set up a scheduled task? Sure. Just send the email to an MTA that supports "program" aliases (IMail and SendMail do for sure), then trigger a little batch or shell app with the alias that

Email Trigger

2000-09-26 Thread Karl Simanonok
Does anyone know of a way to send email that will trigger a CF template to be executed, WITHOUT having to set up a scheduled task? Regards, Karl Simanonok -- Archives:

RE: Email Trigger

2000-09-26 Thread Simon Horwith
you want an e-mail sent at a certain date/time, or upon user action? -Original Message- From: Karl Simanonok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 2:25 PM To: CF-Talk Subject: Email Trigger Does anyone know of a way to send email that will trigger a CF template