2017 © Pedro Peláez
 

library email-sender-sandbox

Application for sending e-mail via cron

image

olicek/email-sender-sandbox

Application for sending e-mail via cron

  • Saturday, July 22, 2017
  • by Oli
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Sandbox of queue Email sender

This is realy primitive tester of queue Email sender, (*1)

If you want to use SMTP server you have to make some config.local.neon file and set some configuration:, (*2)

parameters:
  mailerSettings:
    useSMTP: on
    host: 'smtp.server'
    smtpAuth: on
    username: 'email@email.tld'
    password: '***'
    smtpSecure: 'tls'
    port: 421

Installation database:, (*3)

./vendor/bin/cron emails:install -c ./src/config.local.neon 

Run sender command:, (*4)

./vendor/bin/cron emails:send -c ./src/config.local.neon 

The Versions