操作
Enhancement(機能追加・改善) #427
完了Add settings for sending e-mails via SMTP (SMTP 経由でメール送信するための設定を追加する)
開始日:
2010-01-02
期日:
進捗率:
100%
予定工数:
説明
Add settings to the config/OpenPNE.yml:
# SNS から SMTP 経由でメールを送信する場合の SMTP サーバのホスト名 # Hostname of the SMTP server for sending e-mail via SMTP #mail_smtp_host: "smtp.example.com" # SNS から SMTP 経由でメールを送信する場合の SMTP の設定 # Config of the SMTP for sending e-mail via SMTP #mail_smtp_config: # auth: "login" # username: "myusername" # password: "password" # ssl: "tls" # port: 587
操作