Listing 1: New User Example New User This is a very simple script fragment, which shows how to use the New User event. This example uses all of the fields recommended for a regular POP mailbox - more options are available (although Ph information is not available). The user's full email address is username@domain tell application "EIMS Server" New User {domain:"seuss.skylist.net", username:"Test", ¬ password:"test", fullname:"Test Account", ¬ loginEnabled:true, accountEnabled:true, ¬ requireAPOP:true} end tell