Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经设置了from: email-idin .muttrc。我正在使用以下命令从命令行发送电子邮件:
from: email-id
.muttrc
echo "<html><body><b>BOLD</b></body></html>" | mutt -e "set content_type=text/html" -s "HTML" -- xyz@gmail.com
我只能从我的家庭互联网发送电子邮件。如果我尝试从任何其他网络发送,它不会去。我应该如何解决这个问题才能从任何网络发送电子邮件?应该进行哪些更改?