# Set default values for all following accounts.
defaults
logfile ~/.msmtp.log

# The SMTP server of the provider(2).
account provider2
host (SMTPサーバのドメイン名）
port 465
from （警報メール発信元のメールアドレス）
tls on
tls_starttls off
tls_certcheck off
auth on
user （SMTP認証をする際のログイン名)
password (その時のパスワード)

# Set a default account
account default : provider2

