On Sun, Aug 17, 2014 at 08:25:30PM -0700, Tom Fowle wrote:
> # 
> # NOTE: to get this to work, I had to install the libsasl2-modules
> package
> #set smtp_url ="smtps://$my_user:$my_pass@$my_smtp_server:465/"
> set smtp_url = "smtps://[email protected]:realpass:465/" 

Looks to me like there should be four parameters in there, and you eliminated 
one of them.

my user : my pass : my smtp server : port

What you see to be missing is the smtp server.

Looks like you just have:

my user : my pass : port

Eliana

Reply via email to