im trying to use mutt to send an email with one attachment, and i keep getting the error
could not connect to smtp.gmail.com (Network is unreachable).
one thing to note is that one week ago i tried to send email with the exact settings on my muttrc file and it worked fine.
Im on debian 9.
my ~/.muttrc setting are
set realname = "my name"
set from = "[email protected]"
set use_from = yes
set envelope_from = yes
set smtp_url = "smtps:// [email protected]@smtp.gmail.com:465/"
set smtp_pass = "mypassword"
set imap_user = "[email protected]"
set imap_pass = "mypassword"
set folder = "imaps://imap.gmail.com:933"
set spoolfile = "+INBOX"
set ssl_starttls = yes
set ssl_force_tls = yes
bind index G imap-getch-mail
set editor = "vim"
set charset = "utf-8"
set record = ''
also i read online that google sometimes becomes unreachable or something like that, if that were the case i would like someone to tell me how can i tell when this is the case