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:

[foundItems] context problem (2000) Popup Menu Options (1998) Open source store builder (Merchant Maker?) (2003) RE: New WebCatalog Version !!! (1997) WebCatalog can't find database (1997) FAX orders (1996) Quick Replace Question (2003) Re:quit command on NT (1997) Secure Web Server (1999) WebCat and Personal Web Server (1998) PCS Frames-Default page is solution! (1997) RED QUESTION MARKS AGAIN (1999) [WebDNA] Non-numbers entered into a field that asks for a (2008) Follow-Up to: Removing [showif] makes a big difference in speed (1997) WebCat2b13MacPlugIn - [showif][search][/showif] (1997) WebCatalog 4 Install Problems - Not Answered ?? (2000) New Mac Emailer... (1997) Providing hard copy of database to client (1997) WebCat2b13 Mac plugin - [sendmail] and checkboxes (1997) protect tag on NT IIS (1997)