Skip to content

vartananastasia/Send-Grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Send Grid

Uses:

curl/7.51.0 PHP/5.6.29

Use real:

$key = 'SG.ewqq22***';
$to = '[email protected]';
$to_name = 'Nastia';
$from = '[email protected]';
$from_name = 'support';
$title = 'Заголовок';
$body = 'Текст сообщения';

new SendGrid\Client($key, false, $to, $to_name, $from, $from_name, $title, $body);

Use test:

$key = 'SG.ewqq22***';

new SendGrid\Client($key, true);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages