Example CALENDARIUMInterface “SMTPServer”
Email (String to, String message)
open (String hostId, int port)
+open (String hostId, int port=25)
mailer.open (“mailbox.univie.ac.at”, 25);
mailer.sendmsg (“CALENDARIUM“, “hitz@acm.org”,
“Reminder”, “Meeting at 12.1.99, 14:00”);