olicek / email-sender-sandbox
Application for sending e-mail via cron
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/olicek/email-sender-sandbox
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: 2025-09-29 01:49:53 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