電子メールを一括送信する方法を確認しようとしています。neomutt
私のシステムで設定しました。今テストでこのneomuttの一行の内容を試してみました。
echo "This is the body." | neomutt -s "Testing mutt" <EMAIL REDACTED>
この行では、次のエラーが発生しました。
fish: Process 12806, “neomutt” “echo "This is the body." | neom…” terminated by signal SIGSEGV (Address boundary error)
最初はこれが私のシェル(魚)と関係があると思いましたが、bashシェルでもエラーが発生しました。
Segmentation fault (core dumped)
私はそれを使用していますNeoMutt 2019-10-25
。
私の一行に問題がありますか?