Can SocketWrench be used to send e-mail messages?
Yes, however your application is responsible for composing a message which conforms to the Internet e-mail standards outlined in RFC 822 and RFC 2045. To send a message, the Simple Mail Transfer Protocol (SMTP) should be implemented as defined in RFC 821. To download messages from a mail server, the Post Office Protocol (POP3) should be used as defined in RFC 1939. If sending e-mail messages and/or managing messages on a mail server are an important part of your application, Catalyst also offers an Internet Mail control as a separate product which can greatly simplify the process of composing, sending and retrieving e-mail messages.