2 Apr
2003
2 Apr
'03
6:57 p.m.
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