質問編集履歴

1

php\.iniの内容を追記します

2017/08/20 12:43

投稿

ozakizuki
ozakizuki

スコア13

test CHANGED
File without changes
test CHANGED
@@ -59,3 +59,45 @@
59
59
  質問内容が解りにくいと思いますが、
60
60
 
61
61
  よろしくお願いいたします。
62
+
63
+
64
+
65
+ php.iniの内容を追記します
66
+
67
+ [mail function]
68
+
69
+ ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
70
+
71
+ ; http://php.net/sendmail-path
72
+
73
+ sendmail_path = /usr/sbin/sendmail -t -i
74
+
75
+ SMTP=localhost
76
+
77
+ smtp_port=25
78
+
79
+ ; Force the addition of the specified parameters to be passed as extra parameters
80
+
81
+ ; to the sendmail binary. These parameters will always replace the value of
82
+
83
+ ; the 5th parameter to mail().
84
+
85
+ ;mail.force_extra_parameters =
86
+
87
+
88
+
89
+ ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
90
+
91
+ mail.add_x_header = On
92
+
93
+
94
+
95
+ ; The path to a log file that will log all mail() calls. Log entries include
96
+
97
+ ; the full path of the script, line number, To address and headers.
98
+
99
+ ;mail.log =
100
+
101
+ ; Log mail to syslog (Event Log on Windows).
102
+
103
+ ;mail.log = syslog