You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@locus.apache.org on 2000/12/02 00:16:17 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/processor/xsp/library/mail sendmail.xsl

greenrd     00/12/01 15:16:17

  Modified:    src/org/apache/cocoon/processor/xsp/library/mail
                        sendmail.xsl
  Log:
  typo
  
  Revision  Changes    Path
  1.2       +1 -1      xml-cocoon/src/org/apache/cocoon/processor/xsp/library/mail/sendmail.xsl
  
  Index: sendmail.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/processor/xsp/library/mail/sendmail.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sendmail.xsl	2000/11/15 04:39:56	1.1
  +++ sendmail.xsl	2000/12/01 23:16:15	1.2
  @@ -97,7 +97,7 @@
       try {
         Properties properties = new Properties(this.properties);
         if (!"null".equals(String.valueOf(<xsl:copy-of select="$smtphost"/>))) {
  -        properties.put("mail.smtp.host",String.valueOf(<xsl:copy-of select="$smtphose"/>));
  +        properties.put("mail.smtp.host",String.valueOf(<xsl:copy-of select="$smtphost"/>));
         }
         Session _sendmail_session = Session.getDefaultInstance(properties,null);
         Message message = new MimeMessage(_sendmail_session);