dev-master
9999999-devYii2 implementation of the Sendmachine API
WTFPL
The Requires
by ZoltĂĄn SzĂĄntĂł
extension yii2 sendmachine newsletter
Wallogit.com
2017 © Pedro PelĂĄez
Yii2 implementation of the Sendmachine API
Yii2 implementation of the Sendmachine API, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer require --prefer-dist mrbig00/yii2-sendmachine "*"
or add, (*4)
"mrbig00/yii2-sendmachine": "*"
to the require section of your composer.json file., (*5)
Set your credentials, (*6)
'components' => [
'sendmachine' => [
'sendmachine' => [
'class' => 'mrbig00\sendmachine\Sendmachine',
'username' => '__YOUR_USERNAME_FROM_SMTP_PANEL__',
'password' => '__YOUR_PASSWORD_FROM_SMTP_PANEL__'
],
]
]
\Yii::$app->sendmachine->client
Docs: http://developers.sendmachine.com/, (*7)
https://github.com/Sendmachine, (*8)
Yii2 implementation of the Sendmachine API
WTFPL
extension yii2 sendmachine newsletter