Re: [WebDNA] Re-sending email

This WebDNA talk-list message is from

2018


It keeps the original formatting.
numero = 114215
interpreted = N
texte = 1818 --Apple-Mail=_457EB3A7-3403-4E3E-A667-34BB430434BA Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi Stuart! it is just a naming problem: WebDNA writes the mail to be sent in /EMailFolder. There is only 1 = thread sending email unless someone has sandboxing turned on (version = 6.2). The email thread sleeps for X ticks, then wakes up, runs through = the EMailFolder, processes one single acceptable mail by forwarding it = to a SMTP server, adds a log entry in /EMailLog and moves the mail to = /EMailCompleted, then sleeps for X ticks, and repeats. "Acceptable" means that the filename ends in the word "done". So, do not = remove the .done suffixe. Processing the mail means the mail is sent through port 25 to either a = localhost SMTP server or an external one. It will only process one email file for each sleep/wake cycle. So if the = main thread starts to write a new email file while the email thread is = in the middle of a waking cycle, it does not matter. It will be ignored = until the main thread renames it to end in "done", at which point the = email thread will consider it during the next wake cycle. > On May 1, 2018, at 09:31, Stuart Tremain = wrote: >=20 > I have always had trouble re-sending email that have already been sent = from WebDNA. >=20 > I thought that it was as simple as dropping the email from WebDNA > = EMailCompleted to WebDNA > EMailFolder after removing =E2=80=98done=E2=80=99= , but it doesn=E2=80=99t seem to want to play. >=20 > Any hints ? >=20 >=20 > Kind regards >=20 > Stuart Tremain > Pharoah Lane Software > AUSTRALIA > webdna@plsoftware.com.au --Apple-Mail=_457EB3A7-3403-4E3E-A667-34BB430434BA Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Hi = Stuart! it is just a naming problem:

WebDNA writes the mail to be sent in = /EMailFolder. There is only 1 thread sending email unless someone has = sandboxing turned on (version 6.2). The email thread sleeps for X ticks, = then wakes up, runs through the EMailFolder, processes one single = acceptable mail by forwarding it to a SMTP server, adds a log entry in = /EMailLog and moves the mail to /EMailCompleted, then sleeps for X = ticks, and repeats.

"Acceptable" means that = the filename ends in the word "done". So, do not remove the .done = suffixe.

Processing the mail means the mail = is sent through port 25 to either a localhost SMTP server or an external = one.

It will only process one email file = for each sleep/wake cycle. So if the main thread starts to write a new = email file while the email thread is in the middle of a waking cycle, it = does not matter. It will be ignored until the main thread renames it to = end in "done", at which point the email thread will consider it during = the next wake cycle.

On May 1, 2018, at 09:31, = Stuart Tremain <webdna@plsoftware.com.au> wrote:

I have always had = trouble re-sending email that have already been sent from WebDNA.

I thought that it was as = simple as dropping the email from WebDNA > EMailCompleted to = WebDNA > EMailFolder after removing =E2=80=98done=E2=80=99, but = it doesn=E2=80=99t seem to want to play.

Any hints ?


Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA




= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_457EB3A7-3403-4E3E-A667-34BB430434BA-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Re-sending email (Stuart Tremain 2018)
  2. Re: [WebDNA] Re-sending email (Donovan Brooke 2018)
  3. Re: [WebDNA] Re-sending email (Stuart Tremain 2018)
  4. Re: [WebDNA] Re-sending email (dbrooke@euca.us 2018)
  5. Re: [WebDNA] Re-sending email (Stuart Tremain 2018)
  6. Re: [WebDNA] Re-sending email (christophe.billiottet@webdna.us 2018)
  7. Re: [WebDNA] Re-sending email (Stuart Tremain 2018)
  8. Re: [WebDNA] Re-sending email (Kenneth Grome 2018)
  9. Re: [WebDNA] Re-sending email (Stuart Tremain 2018)
  10. Re: [WebDNA] Re-sending email (Kenneth Grome 2018)
  11. Re: [WebDNA] Re-sending email (Stuart Tremain 2018)
  12. Re: [WebDNA] Re-sending email (Kenneth Grome 2018)
  13. Re: [WebDNA] Re-sending email (Stuart Tremain 2018)
  14. Re: [WebDNA] Re-sending email (christophe.billiottet@webdna.us 2018)
  15. [WebDNA] Re-sending email (Stuart Tremain 2018)
  16. Re: [WebDNA] Re-sending emails (Stuart Tremain 2017)
  17. Re: [WebDNA] Re-sending emails ("Matthew A Perosi, Psi Prime" 2017)
  18. [WebDNA] Re-sending emails (Stuart Tremain 2017)
1818 --Apple-Mail=_457EB3A7-3403-4E3E-A667-34BB430434BA Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi Stuart! it is just a naming problem: WebDNA writes the mail to be sent in /EMailFolder. There is only 1 = thread sending email unless someone has sandboxing turned on (version = 6.2). The email thread sleeps for X ticks, then wakes up, runs through = the EMailFolder, processes one single acceptable mail by forwarding it = to a SMTP server, adds a log entry in /EMailLog and moves the mail to = /EMailCompleted, then sleeps for X ticks, and repeats. "Acceptable" means that the filename ends in the word "done". So, do not = remove the .done suffixe. Processing the mail means the mail is sent through port 25 to either a = localhost SMTP server or an external one. It will only process one email file for each sleep/wake cycle. So if the = main thread starts to write a new email file while the email thread is = in the middle of a waking cycle, it does not matter. It will be ignored = until the main thread renames it to end in "done", at which point the = email thread will consider it during the next wake cycle. > On May 1, 2018, at 09:31, Stuart Tremain = wrote: >=20 > I have always had trouble re-sending email that have already been sent = from WebDNA. >=20 > I thought that it was as simple as dropping the email from WebDNA > = EMailCompleted to WebDNA > EMailFolder after removing =E2=80=98done=E2=80=99= , but it doesn=E2=80=99t seem to want to play. >=20 > Any hints ? >=20 >=20 > Kind regards >=20 > Stuart Tremain > Pharoah Lane Software > AUSTRALIA > webdna@plsoftware.com.au --Apple-Mail=_457EB3A7-3403-4E3E-A667-34BB430434BA Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Hi = Stuart! it is just a naming problem:

WebDNA writes the mail to be sent in = /EMailFolder. There is only 1 thread sending email unless someone has = sandboxing turned on (version 6.2). The email thread sleeps for X ticks, = then wakes up, runs through the EMailFolder, processes one single = acceptable mail by forwarding it to a SMTP server, adds a log entry in = /EMailLog and moves the mail to /EMailCompleted, then sleeps for X = ticks, and repeats.

"Acceptable" means that = the filename ends in the word "done". So, do not remove the .done = suffixe.

Processing the mail means the mail = is sent through port 25 to either a localhost SMTP server or an external = one.

It will only process one email file = for each sleep/wake cycle. So if the main thread starts to write a new = email file while the email thread is in the middle of a waking cycle, it = does not matter. It will be ignored until the main thread renames it to = end in "done", at which point the email thread will consider it during = the next wake cycle.

On May 1, 2018, at 09:31, = Stuart Tremain <webdna@plsoftware.com.au> wrote:

I have always had = trouble re-sending email that have already been sent from WebDNA.

I thought that it was as = simple as dropping the email from WebDNA > EMailCompleted to = WebDNA > EMailFolder after removing =E2=80=98done=E2=80=99, but = it doesn=E2=80=99t seem to want to play.

Any hints ?


Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA




= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_457EB3A7-3403-4E3E-A667-34BB430434BA-- . christophe.billiottet@webdna.us

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

E-mail formating question (1999) Proposed FormVariables hierarchy (2000) Can you do this??? and other stuff (1997) Date Formats (1997) WebCat2 beta 11 - new prefs ... (1997) Post arguments problem mac? (1997) WC on Mac OS X or Mac OS X Server 2.x (2001) WebDNA Docs (2003) [searchString] (1997) [shownext max=?] armed (1997) carriage returns in data (1997) Updating Prices in Online Database (1999) Pithy questions on webcommerce & siteedit (1997) Caching [include] files ... (1997) [ot] Stopping Apple's Log Rolling (2004) [WebDNA] [WSC] WebDNA Development Summit (2014) using showpage and showcart commands (1996) Storebuilder SOLVED!!!!!!! (2003) Hiding words (2000) Text data with spaces in them... (1997)