-
docker-compose up --build from ./ -
cd app/ && composer install
POST http://localhost:8080/email/create
{
"fromEmail": "xxxx@abv.bg",
"fromName": "Smith",
"subject": "test subject",
"recipients": [
{"email": "xxxx@gmail.com", "name": "John Doe"}
],
"textPart": "Test Body Mail",
"htmlPart": ""
}./bin/console app:create-email --help