dtml-sendmail
shashaank
sthota at gmail.com
Mon Aug 30 16:45:56 EDT 2004
hello all.
i am new to both dtml and zope. i have inherited a piece of dtml code
that essentially perfoms sending email.
--snip--
<dtml-comment>Send email</dtml-comment>
<dtml-try>
<dtml-sendmail smtphost="MailHost" mailto="<dtml-var email>"
mailfrom="sales at quietcare.info">
Subject: Confirming your account.
</dtml-sendmail>
<dtml-except>
Sorry, we could not process your email.
<p><dtml-var error_type>: <dtml-var error_value><pre><tt>
<dtml-var error_tb></pre;></tt></p>
</dtml-try>
--snip--
the syntax looks fine and i have configured "MailHost" to our internal
mail server 192.168.1.8 but the emails do not seem to go through nor
do i get the exception message. can any one tell me if am missing
something fundamental over here. thanks a lot.
More information about the Python-list
mailing list