Hi,

> echo "Test" | /usr/bin/mutt -s Hello d...@dalekelly.org
> Error in /home/dale/.muttrc, line 353: smtp_user: unknown variable
> source: errors in /home/dale/.muttrc
> SMTP session failed: 530 authentication required
> Could not send the message.

I have needed some days to understand your problem.

All we need read carefully the error:
     smtp_user: unknown variable

After reading manual pages of both stable and devel mutt releases:
  http://www.mutt.org/doc/manual/manual-6.html
  http://www.mutt.org/doc/devel/manual.html
we can see that both
   imap_user
   pop_user
are valid variables, BUT PLEASE NOTE THAT
   smtp_user
is_not_a_valid_variable!.


Please use both email address and SMTP server combined in one line,
something like:
   set smtp_url="smtps://myusern...@dalekelly.org@smtpout.secureserver.net:465"
   set smtp_pass="MYPASSWORD"

Regards
--
Javi

Reply via email to