Project

General

Profile

Enhancement(機能追加・改善) #427

Add settings for sending e-mails via SMTP (SMTP 経由でメール送信するための設定を追加する)

Added by Rimpei Ogawa almost 14 years ago. Updated almost 14 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Assignee:
Target version:
Start date:
2010-01-02
Due date:
% Done:

100%


Description

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

Associated revisions

Revision 9a200f98 (diff)
Added by Rimpei Ogawa almost 14 years ago

added settings for sending e-mails via SMTP (fixes #427)

History

#1 Updated by Rimpei Ogawa almost 14 years ago

  • Status changed from Accepted(着手) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

更新履歴commit:"9a200f98774f5689e9e5f53072a8fbd2bf54893c"で適用されました。

#2 Updated by Kousuke Ebihara almost 14 years ago

  • Target version set to OpenPNE 3.4beta1

#3 Updated by Kousuke Ebihara almost 14 years ago

  • Status changed from Pending Review(レビュー待ち) to Fixed(完了)
  • % Done changed from 50 to 100

Also available in: Atom PDF