alpharameeztech / transactional-email-microservice

This app is a simple email microservice built using Laravel 6.*, Vue 2.* and, Vuetify 2. The app sends an email to the recipient's email through API's endpoint, CLI and the frontend
2 stars 0 forks source link

Problem when executing apis #17

Open frzfrsfra3 opened 3 years ago

frzfrsfra3 commented 3 years ago

image Hello when I tried to register I cannot what should be the problem?

alpharameeztech commented 3 years ago

image Hello when I tried to register I cannot what should be the problem?

Have you configured the services on your env file?

frzfrsfra3 commented 3 years ago

APP_NAME=Takeaway.com APP_ENV=local APP_KEY=base64:NYHG9n6SOlkSwotGzeo4FSq/LGWey5oWn9RVmg5LB9E= APP_DEBUG=true APP_URL=http://localhost

LOG_CHANNEL=stack

DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=mailservice DB_USERNAME=root DB_PASSWORD=

BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120

REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379

MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=2800f7ccbdb7be MAIL_PASSWORD=cb6555f682bea2 MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS=2800f7ccbdb7be MAIL_FROM_NAME="user name"

AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET=

PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

MJ_APIKEY_PUBLIC=2174d25695750540567040ff54016a5d MJ_APIKEY_PRIVATE=2cde739643af6652fe473be7b5ff90e1

SENDGRID_API_KEY=***

DEFAULT_EMAIL_SERVICE=MailJet

‫في الثلاثاء، 29 يونيو 2021 في 3:18 م تمت كتابة ما يلي بواسطة ‪Rameez Israr‬‏ @.***‬‏>:‬

[image: image] https://user-images.githubusercontent.com/48915717/123552672-cde3aa00-d77f-11eb-9515-58929ad199d0.png Hello when I tried to register I cannot what should be the problem?

Have you configured the services on your env file?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alpharameeztech/transactional-email-microservice/issues/17#issuecomment-870548751, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVGKBL55ZPHVXSPOTTUV5DTVG2ZXANCNFSM47MR6A2A .

alpharameeztech commented 3 years ago

MAIL_ENCRYPTION=tls

try setting MAIL_ENCRYPTION=null

then clear the cache and run it again.