Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
"messages": [{
"template": "signup",
"recipient": "sergey.kirillov@gmail.com",
"data": {
"first_name": "Sergey"
}
}, {
"template": "signup",
"recipient": "yet_another_user@gmail.com",
"data": {
"first_name": "Nikolay"
}
}, {
...
}]
require "notifout.php";
notifout = new Notifout('ohsh6Iez3Nah0ahmohz2ge');
notifout->send('signup', 'Dummy User <user@example.com>', array("first_name" => "Dummy"})
require "notifout.php";
$notifout = new Notifout('ohsh6Iez3Nah0ahmohz2ge');
$notifout->send('signup', 'Dummy User <user@example.com>', array("first_name" => "Dummy"));
Письма для ваших приложений (за 24-часа)