What's a Team Mailbox? Use this mail template to create mailboxes like sales@yourcompany.com, training@yourcompany.com, feedback@yourcompany.com, etc. It's a simple mailbox template. There's no calendar or to-do. What do you need in a Team Mailbox?
Lotus Notes and Domino versions
|
Colors 5 color combinations. | |
Signature Append a signature to new messages. | |
New Mail Reminders Send a doclink to users when new mail is received. You may wish to notify people/groups when new mail is received. Select people/groups from your Domino mail server's address book, and enable the agent. The agent should be enabled by an Administrator. If you have a generic "postmaster" ID used for signing agents, I suggest using that ID to enable the agent. A message will be sent to each person/group. They will receive a doclink back to the Team Mailbox. | |
By default, a "new mail reminder" will be sent for all new messages, except for those delivered to the Junk Mail folder. The reminder will include the sender's name, date, subject, and the Folder where the email was delivered. The addition of the folder name allows team members to create Mail Rules in their own personal mailboxes to sort these "reminder messages". | |
Auto Reply Team Mailboxes are shared among a small group of users. For example, your training department may have a mailbox for training@yourcompany.com. There's always someone in the office who will monitor the new email. However, if they don't reply right away, you'd like to send an automated reply back to the customer. The reply message might say "We received your email. Sorry for the delay. You will receive a personal response soon." It's meant to run continuously and send an automated-reply only if the "team mailbox" users do not reply in a reasonable amount of time. If you enable the Auto Reply agent, it will run every 2 hours by default. You can change this time interval by editing the Agent properties in Domino Designer. The agent should be enabled by an Administrator. If you have a generic "postmaster" ID used for signing agents, I suggest using that ID to enable the agent. The reply message can be static text, or you can use the @Formula language to create a custom response. If you calculate the Subject or Message using a "formula", make sure your formula syntax is correct. Do not include the following tags in your "message": <html>, <head>, or <body>. Other tags like <table>, <a href..., <b>, <i>, <u>, etc., are good. If you select the HTML format option, you may also enter a Style Sheet. | |
(see table below) | |
| Setting | Description |
| Do not reply to mail that has been removed from the Inbox | A mailbox user may have removed the message from the Inbox. AutoReply will skip any messages that are not in the Inbox folder. (see note below) |
| Do not reply to mail that has already received a normal reply | A mailbox user may have already replied. AutoReply will skip any messages that have already received a reply. |
| Do not reply to new mail for at least [2] hour(s) | AutoReply will wait until new messages are [2] hour(s) old before it sends a reply. This gives the team mailbox users time to send a normal reply. |
| Do not reply to the same person for at least [24] hour(s) | AutoReply will keep a history of each person that is sent an automated reply, and will only reply to new messages received from those people after [24] hour(s). |
| Do not reply to Out Of Office messages | AutoReply will check the message Subject for keywords, like "Out Of Office" and "AutoReply" and skip these messages. It will also check the message for the $AutoForward field, and skip these messages. The $AutoForward field is automatically added by "out of office" agents in Lotus Notes mail. This prevents "out of office" agents from replying to each other. (To my knowledge, Internet-based emails do not have a standard way to help identify "out of office" or "auto reply" messages to other email systems.) |
| Do not reply to mail from Lotus Notes agents or mail generated from Lotus Notes scripts | AutoReply will check the message for the $AssistMail field, and skip these messages. The $AssistMail field is added by the mail router. It appears in messages that are generated by a background agent, or when a user is working in an application that sends email from a script (like a LotusScript button, or Form event). |
| Do not reply to mail from Internet addresses | AutoReply will check the message for an SMTP address, and skip these messages. |
| Save a copy of the reply to the Sent folder | AutoReply will save the reply-message to the Sent folder. |
| Do not reply to the following people or addresses | This is a list of email addresses. AutoReply will skip any messages From the listed addresses. |
| Do not reply if formula is true | You can write an @Formula here. AutoReply will evaluate this formula for the new message. If the formula evaluates to True, then the message will be skipped. |