olicek/email-sender-sandbox

Application for sending e-mail via cron

Maintainers

Package info

github.com/Olicek/EmailSenderSandbox

pkg:composer/olicek/email-sender-sandbox

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2017-07-22 17:35 UTC

This package is auto-updated.

Last update: 2026-03-01 00:23:32 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