Skip to content

ifuratdev/luya-module-smsnewsletter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LUYA SMS Newsletter module with ASPSMS

LUYA Total Downloads Latest Stable Version

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-smsnewsletter

Configure 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 migrate

Run the import command afterwards:

./luya import

About

SMS Newsletter module with ASPSMS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%