1
我遇到問題。我有一個沒有身份驗證的Intranet SMTP服務器。 所以我試圖用MUTT發送一封電子郵件;我已經將其配置如下:使用MUTT無需身份驗證即可發送電子郵件
set from = ""
#set use_from = yes
#SMTP user auth
set smtp_url = "smtp://[email protected]<ip-address-of-my-server>:25"
#set smtp_pass = "$imap_pass"
但是當我嘗試使用此命令發送電子郵件:
mutt -s "Test message" [email protected] < /root/testMsg.txt
我得到這個消息:
SMTP server does not support authentication
Could not send the message.
我試着不同的配置,有和沒有用戶,ecc,但我只會得到錯誤。所以我的問題是......有可能在沒有驗證的情況下使用MUTT發送電子郵件?
非常感謝。
嘗試使用mailx和/或sendmail(大多數郵件服務器都有sendmail命令)。如果它的工作,那麼問題將與mutt。 – Nick