回答編集履歴
1
参考URLを追加
answer
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
> `define('MAIL_PASSWORD', "xxxxxxx");`
|
2
2
|
|
3
3
|
パスワードをダブルクォーテーションで囲っていますが、
|
4
|
-
パスワードに `$` が含まれていないですか?
|
4
|
+
パスワードに `$` が含まれていないですか?
|
5
|
+
|
6
|
+
- PHPマニュアル
|
7
|
+
[https://www.php.net/manual/ja/language.types.string.php#language.types.string.parsing](https://www.php.net/manual/ja/language.types.string.php#language.types.string.parsing)
|