LUYA SMS Newsletter module with ASPSMS
Add persons, add lists, send SMS messages to the persons in the list. Including the delivery status for every message.
Installation
Install the extension through composer:
composer require luyadev/luya-module-smsnewsletterConfigure the module in the config:
'modules' => [
// ...
'smsnewsletteradmin' => [
'class' => 'luya\smsnewsletter\admin\Module',
'originName' => 'My Sender Name',
'defaultNumberRegion' => 'ch',
'aspsmsKey' => '****', // see aspsms.com
'aspsmsPassword' => '****', // see aspsms.com
],
// ...
],Run the migrate command:
./luya migrateRun the import command afterwards:
./luya import