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:

[UPPERCASE] (1997) Shopping Carts folder does not exist in Linux (2000) Date Formats (1997) PSC recommends what date format yr 2000??? (1997) command parameters (1998) graphic to appear automatically... (2000) Nested search (1997) WebCat2b12 CGI Mac - [shownext] problem (1997) A quickie question (1997) Running _every_ page through WebCat ? (1997) OK, here goes... (1997) NY taxRates.db? (1997) WebCat2b12--[searchstring] bug (1997) WebCat cannot handle compatible search parameters? (1997) Fwd: Handling Charges (1999) File Uploads: WebCat/SiteEdit (1998) Can I invoke an ssi plugin from within a webcat page (1997) wierd [cart] action! (1997) Looking for 5 to 12 shops with 3 URLs & statements (1997) what's wrong with this picture (2006)