File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : PHP-CS-Fixer Check
26
26
run : |
27
- php-cs-fixer fix -v --dry-run ./src --rules=@PSR12
27
+ php-cs-fixer fix -v --dry-run ./src --rules=@PSR12,-blank_line_after_opening_tag
Original file line number Diff line number Diff line change 7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
- # This file: Japanese language data (last modified: 2024.04.19 ).
10
+ # This file: Japanese language data (last modified: 2024.12.31 ).
11
11
#
12
12
# Regarding translations: My native language is English. Because this is a free
13
13
# and open-source hobby project which generates zero income, and translatable
@@ -33,7 +33,7 @@ config:
33
33
phpmailer_event_log : " PHPMailerに関連してすべてのイベントを記録するためのファイル。ファイル名指定するか、無効にしたい場合は空白のままにして下さい。"
34
34
phpmailer_host : " 送信Eメールに使用するSMTPホスト。"
35
35
phpmailer_password : " SMTP経由でEメールを送信するときに使用するパスワード。"
36
- phpmailer_port : " 送信Eメールに使用するポート番号。 Default/デフォルルト = 587。"
36
+ phpmailer_port : " 送信Eメールに使用するポート番号。 Default/デフォルルト = 587。"
37
37
phpmailer_set_from_address : " SMTP経由でEメールを送信するときに引用する送信者アドレス。"
38
38
phpmailer_set_from_name : " SMTP経由でEメールを送信するときに引用する送信者名。"
39
39
phpmailer_skip_auth_process : " このディレクティブを<code>true</code>に設定すると、PHPMailerはSMTP経由でEメールを送信する際に通常発生する認証プロセスをスキップします。このプロセスをスキップすると、送信EメールがMITM攻撃にさらされる可能性があるため、これは避けるべきです。しかし、PHPMailerがSMTPサーバに接続できない場合、このプロセスが必要な場合があります。"
You can’t perform that action at this time.
0 commit comments