Хабр Курсы для всех
РЕКЛАМА
Большая витрина: от крупнейших школ до частных авторов. Сравнивайте по цене, длительности, формату и выбирайте самый подходящий курс!
"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-часа)