RE: Util taglibrary bug? util:sendMail

2001-06-01 Thread Harrie van Barneveld
y, May 31, 2001 8:14 AM To: Orion-Interest Subject: RE: Util taglibrary bug? util:sendMail Dear Cybermaster, Thanks for the help. I had indeed not done that setup. But it doesn't solve my COMPILE-time error. It doesn't even get so far as to check any of the code you suggested (I di

RE: Util taglibrary bug? util:sendMail

2001-05-31 Thread cybermaster
1, 2001 8:14 AM To: Orion-Interest Subject: RE: Util taglibrary bug? util:sendMail Dear Cybermaster, Thanks for the help. I had indeed not done that setup. But it doesn't solve my COMPILE-time error. It doesn't even get so far as to check any of the code you suggested (I did put it

RE: Util taglibrary bug? util:sendMail

2001-05-31 Thread Harrie van Barneveld
rmaster [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, 30 May 2001 18:46 To: Orion-Interest Subject: RE: Util taglibrary bug? util:sendMail util:sendMail works fine for me. Did you set your mail.smtp.host property? e.g. <%@ taglib uri="utiltags" prefix="util" %>

RE: Util taglibrary bug? util:sendMail

2001-05-30 Thread cybermaster
util:sendMail works fine for me. Did you set your mail.smtp.host property? e.g. <%@ taglib uri="utiltags" prefix="util" %> <%@ page language="java" import="java.util.*, javax.mail.*, javax.mail.internet.*" %> <% String smtpHost = "x.x.x.x" ; // your ser