You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/07/15 06:14:05 UTC

DO NOT REPLY [Bug 30112] New: - send-mail smtphost has no affect in logicsheet

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30112>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30112

send-mail smtphost has no affect in logicsheet

           Summary: send-mail smtphost has no affect in logicsheet
           Product: Cocoon 2
           Version: 2.1.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: blocks
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: smangano@ureach.com


When using the sendmail logicsheet (http://apache.org/cocoon/sendmail/1.0), the 
host specified in <mail:smtphost>smtp.somehost.com<mail:smtphost> has no 
effect. The only way to set the host is in cocoon xconf via:

    <component class="org.apache.cocoon.mail.MailMessageSender" 
logger="core.mail.MailSender" role="org.apache.cocoon.mail.MailSender">
      <parameter name="smtp-host" value="smtp.somehost.com"/>
    </component>