Skip to content

Simple cli tool for sending messeges via sms or email

Notifications You must be signed in to change notification settings

TheElix/messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Messenger for sending sms and emails

Simple cli tool for sending messeges via sms or email

Setup

Build docker-compose up -d --build.

Set ENV variables into src/.env file. You can copy src/.env.example. You need to set variables for Twilio: TWILIO_ACCOUNT_SID, TWILIO_ACCOUNT_PHONE_NUMBER, TWILIO_AUTH_TOKEN and variables for Mailgun: MAILGUN_PRIVATE_API_KEY, MAILGUN_API_HOSTNAME, MAILGUN_DOMAIN.

Run composer to install docker-compose run --rm composer install

Usage

Use this to see instructions:

php artisan messenger:email:send --help

php artisan messenger:sms:send --help

Use command like that: php artisan messenger:email:send [email protected] "Hello SSU" "How are you today?"

About

Simple cli tool for sending messeges via sms or email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published