Lotus Notes FAQ Visit Our Sponsor!

How do I set up an automatic "I'm on Vacation" mail message?


Set up a background macro in your mail database. This should be run on documents not processed by the macro and it should be run your mail server. The formula is:
@If(DeliveredDate = "" | From = "Your Name"; @Return (""); DeliveredDate > [06/30/93 05:00:00 PM]; @MailSend(From;"";"Your Name"; ""; "re: Memo sent to Your Name" + Subject; "Thank you for your correspondence.  I shall return."); @Return(""));
SELECT @All

Remember to put your name (Your Name in the above example) and the date to check (6/30 in the above example) in the correct places in the macro.

Applies to Notes Versions: 3
Last Modified: April 17, 1996