Why would you do this?
Suppose that you have an externally accessible generic email address for your company; support@mycompany.com or info@mycompany.com.
You might expose this to the web and allow people to send messages to you.
Setting up an auto-response email will tell the senders that their message reached its destination and that it will be dealt with accordingly. It's also good practice to include links to FAQs or other useful information.
Why 8.5.3
The techniques we'll be using here work in older versions of Notes but some of the options seem to have moved around in 8.5.3. I figured it was a good time to show you where they've moved to.
The Procedure
Start Domino Designer and open the Mail file to be modified. A really quick way to do this is to right-click on the application tab and choose "Open in Designer".
In the Left hand panel of designer, expand Code and then double-click Agents. A new window should appear.
Click the action button marked New Agent (at the top of the screen).
Give the Agent a Name, Alias and Comment;
Name: AutoResponder
Alias: AutoResponder
Comment: Sends an automatic response to any inbound emails sent to this address
Change the type to Simple Actions
Leave the Application field as is and click Ok.
In the left panel, click Document Selection.
At the bottom of the screen, you'll see an Add Condition button.
Click it.
Choose In Folder and then Select the Inbox.
Click Add
In the left panel, click Action
At the bottom of the screen, you'll see an Add Action button.
Click it.
Choose Reply to Sender
Make sure that it says Send Reply to Sender Only.
Tick Reply only once per person
Type your message
Click Add
So far so good. Now to get this to occur for all new mail.
This is where I got stuck.
It makes perfect sense to have these agent properties at the bottom of the page, like they are for lotusscript agents but for some reason, they're not there in 8.5.3. A big thanks to Tony G for finding the missing menu option.
Right mouse click anywhere in the right hand panel and choose Agent Properties.
In the trigger section, choose On Event and Select After New Mail has Arrived.
You can now save and close your agent.
Note: In our tests it took 5-10 minutes for the agent to actually start working so don't despair if it looks like it doesn't appear to be working initially. To test, send emails from an outside account, like Gmail and wait for the reply message.
Comments
http://searchdomino.techtarget.com/tip/True-Domino-Blooper-19-Unpredictable-unprocessed-documents
Auto reply simple action agent shows me "ERROR: Agent cannot run. Database is not full text indexed and INI variable FT_FLY_INDEX_OFF is set."
How to resolve this...pls help!! Thanks
Every time I follow this guide, I receive the error 'This application is not open'
Major bug in notes I know, but please include the first step
Thanks
Thanks in advance for any suggestions.
You need to select the appropriate user.
Question is, does anyone have the code to stop and start and agent ?
This agent is really designed for group mailboxes (eg: info@ourcompany.com or jobs@ourcompany.com) rather than personal email boxes.
For example, people might send to info@ourcompany.com and the responder could let them know that their email has been received and will be replied to shortly.
You'll also need to have an anti-spam front end (we filter all our mail via Symantec's cloud service). This prevents mail loops.
The responder is also good for short term use, eg: if someone posts a scam on the internet about your company (eg: Email us your details and we'll send you free products), you can add the responder for a short time, to the affected email address. (Instead of replying to each mail that this is a scam).
If you want to handle proper out of office event and exclusions, then you should either use the real out of office system or write a lotusscript agent which can do a lot more validation.
I too am interested in finding a way to set up an auto respond to anyone that is not an IBMer.
Thank you
Unable to determine the execution access priviliges for agent Autorespond/Autorespond on home server of user my user mail; agent may not run
BetaTesting@xyz.com
AlphaTesting@xyz.com
Can I have the mailbox send "autoreply-1" to anyone who contacted it using the BetaTesting alias, and "autoreply-2" to anyone who contacted it using the AlphaTesting alias?