|
 |
asp_cdo thread: delay email
Message #1 by amandat@w... on Tue, 26 Sep 2000 00:05:04 +0100
|
|
Can someone tell me how this can be done. Have ASP generated 2 email
after a user submits a form. One will be sent right away. The other one
will be sent few days later as the reminder to the same recipient. I have
no problem to generate the first email and send it but the second one I
have no clue. Please help!
Message #2 by =?iso-8859-1?q?RituKamal=20aggarwal?= <ritukamal@y...> on Tue, 26 Sep 2000 07:17:49 -0700 (PDT)
|
|
i think post dated email... can be sent but u have to
run some asp script throgh which u can find out all
the emails stored into database /textfiles... etc...
and send them as a reminder..
--- amandat@w... wrote: > Can someone tell me
how this can be done. Have ASP
> generated 2 email
> after a user submits a form. One will be sent right
> away. The other one
> will be sent few days later as the reminder to the
> same recipient. I have
> no problem to generate the first email and send it
> but the second one I
> have no clue. Please help!
>
Message #3 by "Piotrowski, Sebastian" <Sebastian.Piotrowski@a...> on Wed, 27 Sep 2000 18:40:45 +1000
|
|
For the second email:
(i) store the details in a db and write a script to build the emails from
the db, the script would then be run daily/weekly
(ii) build the actual message, store the messages so you can identify the
time that they were built, and run a script that would move the messsages
into you mail servers mail queue at the right time
(iii) combinations of the above
sp
-----Original Message-----
From: amandat@w... [mailto:amandat@w...]
Sent: Tuesday, 26 September 2000 09:05
To: ASP CDO
Subject: [asp_cdo] delay email
Can someone tell me how this can be done. Have ASP generated 2 email
after a user submits a form. One will be sent right away. The other one
will be sent few days later as the reminder to the same recipient. I have
no problem to generate the first email and send it but the second one I
have no clue. Please help!
Message #4 by "Jacob Horner" <jhorner@b...> on Wed, 27 Sep 2000 09:10:22 -0400
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_003E_01C02862.C40BFD40
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Sebastian,
Can you, or anyone else, give an example of how to build the "script
would then be run daily/weekly"? Or point me in the right direction to
learn more about this?
Thanks,
Jake
----- Original Message -----
From: Piotrowski, Sebastian
To: ASP CDO
Sent: Wednesday, September 27, 2000 4:40 AM
Subject: [asp_cdo] RE: delay email
For the second email:
(i) store the details in a db and write a script to build the emails
from
the db, the script would then be run daily/weekly
(ii) build the actual message, store the messages so you can identify
the
time that they were built, and run a script that would move the
messsages
into you mail servers mail queue at the right time
(iii) combinations of the above
sp
-----Original Message-----
From: amandat@w... [mailto:amandat@w...]
Sent: Tuesday, 26 September 2000 09:05
To: ASP CDO
Subject: [asp_cdo] delay email
Can someone tell me how this can be done. Have ASP generated 2 email
after a user submits a form. One will be sent right away. The other
one
will be sent few days later as the reminder to the same recipient. I
have
no problem to generate the first email and send it but the second one
I
have no clue. Please help!
---
To place your message here, or to sponsor this list, please e-mail
mailto:p2pinfo@w...?subject=3DMediaPack, remembering to provide
contact details for yourself. We will e-mail you a Media Pack within 24
hours.
You are currently subscribed to asp_cdo
---
|
|
 |