Hello everybody I'm looking for this information. How to run periodic processes inside Zope? I need it to run a process that sends E-mail every hour. Another related question is: How to set a Mail Host if the SMTP server requires authentication? Thanks a lot in advance. Juan E. Drault
[Juan Emilio Drault wrote (juan@latinwit.com) on 3/3/03 10:05 AM] hi
How to run periodic processes inside Zope? I need it to run a process that sends E-mail every hour.
you can use the XRON product but a better solution would be to use Cron (Unix/Linux).
Another related question is:
How to set a Mail Host if the SMTP server requires authentication?
I believe there is a product in development called ESMTP mail host or something like that. http://www.zope.org/Members/bowerymarc/ESMTPMailHost hth <--> george donnelly - http://zettai.net/ - "We Love Newbies" :) Zope Hosting - Dynamic Website Design - Search Engine Promotion Yahoo, AIM: zettainet - ICQ: 51907738 - e:george@zettai.net
george donnelly wrote:
[Juan Emilio Drault wrote (juan@latinwit.com) on 3/3/03 10:05 AM]
How to run periodic processes inside Zope? I need it to run a process that sends E-mail every hour.
you can use the XRON product but a better solution would be to use Cron (Unix/Linux).
...or if you must use Windows, there's always the Task Scheduler... cheers, Chris
On Monday, March 3, 2003, at 01:57 PM, george donnelly wrote:
How to set a Mail Host if the SMTP server requires authentication?
I believe there is a product in development called ESMTP mail host or something like that.
No longer really in development - it works fine in 2.5 and (a different version) in 2.3... unless it breaks in the future (I haven't upgraded my sites to 2.6 or 2.7 yet)
participants (4)
-
Chris Withers -
george donnelly -
Juan Emilio Drault -
Marc Lindahl