メール:認識できないオプション '-S' | Linuxサーバーからメールを送信する
私のLinuxサーバーから電子メールを送信するためにbashを実行しようとしています。次のコマンドを使用しています。 echo "This is the message body" | mail -s "This is the subject line" -a "From: <Sender>" -a "To: <recipient>" -S smtp="smtp.gmail.com:587" -S smtp-use-starttls -S ssl-verify=ignore -S smtp-auth=login -S smtp-aut...