Gmail経由で、Macでメールを送る
Macでメールが送りたい
とどけ!この想い!
前提
20202年2月5日
MacOS Mojave
10.14.06
postfixはインストールしておいてね。
設定ファイルの変更
設定ファイルの末尾に以下を入れる
/etc/postfix/main.cf
smtp_tls_security_level = may
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_mechanism_filter = digest-md5 cram-md login plain
smtp_sasl_tls_security_options = noanonymous
Gmail、アプリで使用するパスワードを作成する
アプリのパスワードから、メールとMacを選択して生成を押す
上で出来たパスワードをメモるか、覚えてください
パスワードマップを作成
[email protected]
は、自分のメールアドレスを入れてね。
xxxxpasswordは、Gmailのページで作成したパスワードを入れてね。
/etc/postfix/sasl_passwdを作成する
smtp.gmail.com:587 [email protected]:xxxxpassword
sudo postmap /etc/postfix/sasl_passwd
権限などを設定する
sudo chmod 600 /etc/postfix/sasl_passwd
再起動
sudo postfix check
sudo postfix stop
sudo postfix start
メールの送信確認
echo test mail from Mac! | mail -s test [email protected]
届いたかな!
Author And Source
この問題について(Gmail経由で、Macでメールを送る), 我々は、より多くの情報をここで見つけました https://qiita.com/noracorn92/items/cfbb57d8b8df6c07fba8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .