-
docker-compose up --build from ./
-
cd app/ && composer install
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": ""
}
./bin/console app:create-email --help