Create agent to send mail automatically

I would like to create an agent who can send mail automatically one day by month the twenty five a mail to specific users.

Please help me .

And the another agent who can send mail automatically all the day at five o clock to a specific user.

Subject: create agent to send mail automatically

Not sure where you are failing but that seems like a simpe @MailSend(…) function after you have defined your agent trigger condition.Maybe you can give us more info as to where exactly the problem is.

Subject: create agent to send mail automatically

For somethign so simple you don’t even need to write code, there is a pre-canned agent SendMail ‘simple action’ that does that. All you need to do is set the schedule, select the agent that sends mail from a drop down list and you are all set.

Subject: RE: create agent to send mail automatically

I am a problem of target with the agent.I would like the agent don’t runtime for " all new & modified document or ‘all document in database’ …

I want the agent execute for none document, becaus e, it’s an agent scheduled…

How can I do to do that

Subject: RE: create agent to send mail automatically

Unfortenately, simple agents don’t have that option. If you write your agent in LotusScript, then you can just ignore the selection of documents and just send the message.

If you need coding examples, Agent FAQ has them, for example, in “Out of the inbox” article. Agent FAQ is under resources on the right.