olicek / email-sender-sandbox
Application for sending e-mail via cron
dev-master
2017-07-22 17:35 UTC
Requires
- php: >=7.1
- nette/di: ^2.4
- nette/neon: ^2.4
- olicek/email-sender-cron: @dev
- olicek/email-sender-persistence: @dev
- ramsey/uuid: ^3.6
- symfony/console: ^3.3
- symfony/event-dispatcher: ^3.3
Requires (Dev)
- phpstan/phpstan: ^0.6
- phpunit/phpunit: ^6.2
- slevomat/coding-standard: ^3.0
- tracy/tracy: 2.4.*
This package is auto-updated.
Last update: 2024-10-29 05:04:59 UTC
README
This is realy primitive tester of queue Email sender
If you want to use SMTP server you have to make some config.local.neon
file and set some configuration:
parameters:
mailerSettings:
useSMTP: on
host: 'smtp.server'
smtpAuth: on
username: 'email@email.tld'
password: '***'
smtpSecure: 'tls'
port: 421
Installation database:
./vendor/bin/cron emails:install -c ./src/config.local.neon
Run sender command:
./vendor/bin/cron emails:send -c ./src/config.local.neon