Skip to content

stanstst/mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email sender Api

Installation

  1. docker-compose up --build from ./

  2. cd app/ && composer install

How to send email:

POST http://localhost:8080/email/create

{
  "fromEmail": "[email protected]",
  "fromName": "Smith",
  "subject": "test subject",
  "recipients": [
      {"email": "[email protected]", "name": "John Doe"}
  ],
  "textPart": "Test Body Mail",
  "htmlPart": ""
}
To send an email via console run:

./bin/console app:create-email --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published