Re: [WebDNA] Re-sending email

This WebDNA talk-list message is from

2018


It keeps the original formatting.
numero = 114218
interpreted = N
texte = 1821 Hi Stuart, This probably won't work but maybe it's worth a try: Remove the "done" from the file name, then move the file to the EmailFolder, then rename it by appending "done". This is basically what Chris says WebDNA is doing, so maybe if you do the same thing it will be sent. If this does NOT work, I might suspect that the file name itself is being checked (in the log file?) to see if the email has already been sent, and if so it won't resend it. If this is happening maybe it will send if you give the file a new name. Regards, Kenneth Grome WebDNA Solutions http://www.webdnasolutions.com Web Database Systems and Linux Server Administration On 05/01/2018 06:12 PM, Stuart Tremain wrote: > Thanks Chris >=20 > So theoretically I should be able to move a file from > EmailCompleted to EmailFolder and it will get resent - is that > correct ? >=20 > If so why won=E2=80=99t it resend.=C2=A015251568715448TTdone was moved = from the > EmailCompleted directory, the other two files are renamed copies > of the same. >=20 > I am using FCGI 8.6, but have the same problem on other versions. >=20 >=20 >=20 >=20 >=20 >=20 >=20 >> On 1 May 2018, at 21:25, christophe.billiottet@webdna.us >> wrote: >> >> 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: >>> >>> 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 >=C2=A0EMailCompleted to WebDNA >=C2=A0EMailFolder after remov= ing >>> =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 >>> webdna@plsoftware.com.au >> >> >> >> >> --------------------------------------------------------- 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 >=20 > --------------------------------------------------------- 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 --------------------------------------------------------- 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 . 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)
1821 Hi Stuart, This probably won't work but maybe it's worth a try: Remove the "done" from the file name, then move the file to the EmailFolder, then rename it by appending "done". This is basically what Chris says WebDNA is doing, so maybe if you do the same thing it will be sent. If this does NOT work, I might suspect that the file name itself is being checked (in the log file?) to see if the email has already been sent, and if so it won't resend it. If this is happening maybe it will send if you give the file a new name. Regards, Kenneth Grome WebDNA Solutions http://www.webdnasolutions.com Web Database Systems and Linux Server Administration On 05/01/2018 06:12 PM, Stuart Tremain wrote: > Thanks Chris >=20 > So theoretically I should be able to move a file from > EmailCompleted to EmailFolder and it will get resent - is that > correct ? >=20 > If so why won=E2=80=99t it resend.=C2=A015251568715448TTdone was moved = from the > EmailCompleted directory, the other two files are renamed copies > of the same. >=20 > I am using FCGI 8.6, but have the same problem on other versions. >=20 >=20 >=20 >=20 >=20 >=20 >=20 >> On 1 May 2018, at 21:25, christophe.billiottet@webdna.us >> wrote: >> >> 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: >>> >>> 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 >=C2=A0EMailCompleted to WebDNA >=C2=A0EMailFolder after remov= ing >>> =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 >>> webdna@plsoftware.com.au >> >> >> >> >> --------------------------------------------------------- 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 >=20 > --------------------------------------------------------- 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 --------------------------------------------------------- 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 . Kenneth Grome

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:

Stinkin' [Referrer] (1998) [SHOWIF]s and empty arguments (1997) 2.0Beta Command Ref (can't find this instruction) (1997) X etc.... (1999) WC2.0 Memory Requirements (1997) Two stores, one server (1998) calculating tax rates, mail order solutions and version 2 (1997) [WebDNA] Triggers not working (2011) WebCat2b15MacPlugin - [protect] (1997) WebCat using all my CPU on OS X Server (2001) WebDNA Solutions ... sorry! (1997) WebCat2.0 acgi vs plugin (1997) [group] ? (1997) Netscape Communicator 4 (1997) creator code (1997) NT considerations (1997) Forms-2 actions (2003) WebCat2b15MacPlugin - showing [math] (1997) [WebDNA] test (2010) Search/sort in URL Was: GuestBook example (1997)