Skip to content

Commit

Permalink
Mailer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aroucha Bros Pinto authored and Aroucha Bros Pinto committed Apr 30, 2020
1 parent 3534c61 commit 6644d27
Show file tree
Hide file tree
Showing 5 changed files with 291 additions and 218 deletions.
5 changes: 2 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ APP_SECRET=ca91fb3f4841f8d3c38e951fa7d83a24
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# For a PostgreSQL database, use: "postgresql://db_user:[email protected]:5432/db_name?serverVersion=11&charset=utf8"
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
# DATABASE_URL=mysql://root:nationalkid@localhost:3306/casalit
DATABASE_URL=mysql://casalit:casalit@localhost:3306/casalit
###< doctrine/doctrine-bundle ###

###> symfony/mailer ###
# MAILER_DSN=smtp://localhost
MAILER_DSN=smtp://[email protected]:J25m03L91@[email protected]
###< symfony/mailer ###

###> nelmio/cors-bundle ###
Expand All @@ -39,5 +38,5 @@ CORS_ALLOW_ORIGIN=^http://casalit.com.br
###< nelmio/cors-bundle ###

###> symfony/sendgrid-mailer ###
MAILER_DSN=sendgrid+smtp://$SENDGRID_KEY@default
# MAILER_DSN=sendgrid+smtp://$SENDGRID_KEY@default
###< symfony/sendgrid-mailer ###
Loading

0 comments on commit 6644d27

Please sign in to comment.