From: yahalom on
On Apr 26, 3:44 pm, Kevin Kenny <kenn...(a)acm.org> wrote:
> yahalomwrote:
> > <-- 530 5.7.0 Must issue a STARTTLS command first. f11sm19020783wai.11
>
> Did you do [package require tls] before doing the smtp::sendmessage ?
> The exchange looks as if there's no TLS support loaded.
>
>  Fromhttp://tcllib.sourceforge.net/doc/smtp.html:
>
> -usetls
>      This package supports the RFC 3207 TLS extension (3) by default
> provided the tls package is available. You can turn this off with this
> boolean option.
>
> --
> 73 de ke9tv/2, Kevin

In the end I used Mutt email client and execed it from tcl this was
easy. In my experience tcl totally failed me. I hope one they a
package will come that will allow just:

email::send -to $to -cc $cc -subject $subject -message $message -user
$user -password $password -file $file -ssl 1

as simple as any email client.
 | 
Pages: 1
Prev: Bwidget 1.9.1
Next: output error messages