Skip to content

cinno/massmailer-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MassMailer Scrutinizer Code Quality

A little tool to send certain mails to a multitude of recievers.

Requirements

A SMTP E-Mail account.

Installation

git clone git@github.com:k0pernikus/massmailer.git
cd massmailer
composer install -o
cp src/Kopernikus/MassMailer/config/{mail.yml.dist,mail.yml}
vim src/Kopernikus/MassMailer/config/mail.yml

Edit the content of your mail.yml

mail.yml

TODO

Usage

For a list of commands, run:

./bin/console

To check if your email setting is up and running, send yourself a testmail via:

./bin console testmail:send

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%