| Example:
If you wanted to create an autoresponder that would tell someone that you received an order and that a sales person would contact them to confirm the order you would also want to make sure the original order was forwarded to the sales person so that he/she could follow up. You could create an e-mail account at your domain like websales@mydomain.com and in that accounts "Auto Response" features set the mailbox to "Main" which is the default, set the forwarding address to joesalesguy@mydomain.com and put the following in the "Message" field:
<Line1> Order Confirmation
<Line2> Thank You for your recent order placed on our website.
<Line3> Your order has been forwarded to the sales department and
<Line4> someone will contact you during business hours to confirm
<Line5> the order you just placed. Thank You
Do Not put line numbers in your configuration, that is put here to help illustrate the concept.
Now when a user sends mail directly to your autoresponder address of websales@mydomain.com , the following things will happen in order.
- An auto response will be sent out to the sender with the subject "Order Confirmation" and the body of the message will contain lines 1-5 as seen above. (Yes, the subject line, line 1, also ends up in the body of the message)
- The original inbound mail will be forwarded to joesalesguy@mydomain.com
|