slot/mandrill-bundle

Dotenv

MANDRILL_API_KEY=
MANDRILL_DEFAULT_SENDER=info@example.com

Generated files

config/packages/slot_mandrill.yaml

slot_mandrill:
    api_key: '%env(MANDRILL_API_KEY)%'
    default:
        sender: '%env(MANDRILL_DEFAULT_SENDER)%'