ServerJS/Email

From MozillaWiki
< ServerJS
Revision as of 02:28, 5 February 2009 by Kdangoor (talk | contribs) (New page: = Email APIs = Sending email is an extremely common server side activity and must be supported. This means providing easy mechanisms for generating a MIME message and sending email via an...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Email APIs

Sending email is an extremely common server side activity and must be supported. This means providing easy mechanisms for generating a MIME message and sending email via an SMTP server (or possibly via a local command).

Prior Art