質問編集履歴
2
文言追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,7 +60,9 @@
|
|
60
60
|
|
61
61
|
【デプロイ用プラグイン】
|
62
62
|
|
63
|
-
PHP server
|
63
|
+
PHP server
|
64
|
+
|
65
|
+
通常は別の言語を使用しており、今回は開発中はPHPの動作確認のみできれば良いので、MAMPではなく簡易なプラグインで甘えました。
|
64
66
|
|
65
67
|
|
66
68
|
|
1
以下sendgrid API追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -170,6 +170,10 @@
|
|
170
170
|
|
171
171
|
}
|
172
172
|
|
173
|
+
ここまでは処理完了
|
174
|
+
|
175
|
+
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー以下sendgrid API
|
176
|
+
|
173
177
|
$email = new \SendGrid\Mail\Mail();
|
174
178
|
|
175
179
|
$email->setFrom($email_address, $sender_name);
|