Activity | Records generated | Server that generates records |
1. User opens mail database | Notes Session Open
Notes Database Open | Sending server |
2. User creates a mail message | The following are possible:
Notes Session Checkpoint
Notes Database Checkpoint | Sending server |
3. User sends message to MAIL.BOX | Mail Deposit plus the following:
If the message contains an attachment:
Notes Database Open
Notes Database Close
If the message does not contain an attachment:
Notes Database MailDeposit | Sending server |
4. User saves message | The following are possible:
Notes Session Checkpoint
Notes Database Checkpoint | Sending server |
5. The Router picks up the message from MAIL.BOX | Mail Transfer | Sending server |
6. The Router deposits the message in the destination server's MAIL.BOX | Mail Deposit plus the following:
If the message contains an attachment:
Notes Database Open
Notes Database Close
If the message does not contain an attachment:
Notes Database MailDeposit | Receiving server |
7. The Router delivers the message to the user's mail database | Mail Delivery | Receiving server |
8. User opens mail database and reads message | Notes Database Open | Receiving server |