You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by me...@mlc.com.au on 2004/03/23 22:14:47 UTC

Scheduling in James




Hi all,

I'm looking to send out a series of template-based emails on certian set
dates.

Is there some sort of scheduler that I can use to prod a certain mailet
awake to check the database, and send the email out  on that date?

On the other hand is there some way I can use cron to do the same thing?

Much appreciated.

Melroy


The information contained in this e-mail communication may be confidential.
You should only read, disclose, re-transmit,copy,distribute, act in
reliance on or commercialise the information if you are authorised to do
so. If you are not the intended recipient of this e-mail communication,
please immediately notify us by e-mail to postmaster@mlc.com.au, or reply
by e-mail direct to the sender and then destroy any electronic and paper
copy of this message.

Any views expressed in this e-mail communication are those of the
individual sender, except where the sender specifically states them to be
the views of a member of the National Australia Bank Group of companies.

Any advice contained in this e-mail has been prepared without taking into
account your objectives, financial situation or needs. Before acting on any
advice in this e-mail, National Australia Bank Limited recommends that you
consider whether it is appropriate for your circumstances. If this e-mail
contains reference to any financial products, the National recommends you
consider the Product Disclosure statement (PDS) or other disclosure
document before making any decisions regarding any products.

The National Australia Bank Group of companies does not represent, warrant
or guarantee that the integrity of this communication has been maintained
nor that the communication is free of errors, virus or interference.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: Scheduling in James

Posted by Clive Tonge <cv...@sympatico.ca>.
melroy_drego@mlc.com.au wrote:

>Hi all,
>
>I'm looking to send out a series of template-based emails on certian set
>dates.
>
>Is there some sort of scheduler that I can use to prod a certain mailet
>awake to check the database, and send the email out  on that date?
>
>On the other hand is there some way I can use cron to do the same thing?
>
I had a similar question a couple of weeks ago.

James doesn't have any services like this. But you may be able to use 
cron (for scheduling) and mail on a unix system.  If mail doesn't work 
on your system. (Mail works with sendmail and is not setup on my server) 
then you may want to try SendEmail. It is a some perl script that works 
from the command line or a script. It is available at:

http://caspian.dotconf.net/menu/Software/SendEmail/

Hope that is a good solution for you,
Clive



---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: Scheduling in James

Posted by "Noel J. Bergman" <no...@devtech.com>.
> Is there some sort of scheduler that I can use to prod a certain mailet
> awake to check the database, and send the email out  on that date?
> On the other hand is there some way I can use cron to do the same thing?

Send mail to a special address.  I have something similar that I run here.

	--- Noel

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org