Server Smalltalk Guide


Sending e-mail from code

You can send e-mail from code using the sstEmailTo: instance method in String. The argument should be a URL which specifies the mail-delivering transport. The receiver should be a mail messenger adhering to the format specified by the mail-delivery service in the URL argument.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]