[Opensource] How do generate html email within expresso
Eddie Lewis
ELewis at copyright.com.au
Thu Jun 13 18:08:24 PDT 2002
Currently we generate text based messages from our application - code call
to the user object is shown below.
User user = new User();
user.setUid(Uid);
user.retrieve();
try {
user.notify(sSubject ,sEmailContent);
}
The question is - how do we generate html based messages within a controller
?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.jcorporate.com/pipermail/opensource/attachments/20020614/14c1d323/attachment-0002.htm
More information about the Opensource
mailing list