Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Create my own agent for sending mail without scheduling
Adrian_Dandu
Hi, I need to create an agent that sends emails to an user from other table than the normal one when a due date is reached, which date is not in the AgentSchedule table and the subject and body of the mail are also fields form my module table. Can anyone help me???
Find more posts tagged with
Comments
Martin_Gäckler
What is you problem? Writing an agent or sending e-mail from oscript?
Adrian_Dandu
The module in development needs to send emails to a specific user next to a due date, so I thought that creating an agent who checks the due date everyday and sends an email if the due date is reached with a specific content is a solution. I'm new to Livelink and I'm working blind with this... only with trial and error!
So I'll be grateful if you can help me... Have a nice day,Adrian Dandu
Martin_Gäckler
Hello,if you want to learn how to write a new agent and how to send mail from oscript you may look into the code of the Notification Agent. Unfortunately it's not described in a few words, so try to learn your solution by reading and understanding the livelink notification or ask a professional to make your module for you.regardsMartin
Greg_Griffiths_(ggriffiths_-_(deleted))
For the agent, I'd start with the simple SAMPLE AGENT -
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=12269816&objAction=view
- and the email code you can just call the send methods directly that are present in many Livelink modules.