RE: Util taglibrary bug? util:sendMail

2001-06-01 Thread Harrie van Barneveld
ror - you use an SMTP protocol on the server you specify and not a different protocol? There is no reference in SendMailTag.java to IfInRole whatsoever ... --peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Harrie van Barneveld Sent: Thursda

RE: Util taglibrary bug? util:sendMail

2001-05-31 Thread Harrie van Barneveld
Properties properties = System.getProperties(); properties.put("mail.smtp.host", smtpHost); Session mailSession = Session.getDefaultInstance(properties, null); %> date: <%= date %> user: <%= request.getRemoteUser() %> Cheers

Util taglibrary bug? util:sendMail

2001-05-30 Thread Harrie van Barneveld
I'm trying to use sendMail-tag from the Orion Utiltags library and I am having no success, anyone who has solved this problem? If I use the "subject"-attribute, like this: I get the compile-time error: Error parsing JSP page /vipe/main.jsp line 280 subject is not a valid attrib