RE: [Zope] Sendmail tag and port number
Hello, Dieter! I have solved it using external method. It seems working. Thank you, Alexander
-----Original Message----- From: Dieter Maurer [mailto:dieter@handshake.de] Sent: Wednesday, April 02, 2003 21:58 To: Klimovich Alexander Cc: zope@zope.org Subject: Re: [Zope] Sendmail tag and port number
Klimovich Alexander wrote at 2003-4-2 14:55 +0300:
I have a variable containing port for sendmail tag, say 'port_value'. How should I write it in the <dtml-sendmail>?
The variant <dtml-sendmail smtphost="1.1.1.1" port=port_value> when pressing 'Save changes' tells that system can not convert value to int.
Are any chances to do it?
I fear not.
But you can use the "mailhost"s "send" method from a Python Script.
Search the mailing list archive for details.
Dieter
participants (1)
-
Klimovich Alexander