Recent Topics
Mail server integration
-
Can Someone guide me about integration of mail server to send verification and subscription mails in bagisto?
-
Hi @aroobaarooj499,
Bagisto currently has 2 methods to configure the mail settings.
1. Use the web gui installer when you install Bagisto
http://yourshop/installer2. Define your mail server settings manually in .env
- Open .env
- Edit the current values with your own:
MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME= MAIL_PASSWORD= MAIL_ENCRYPTION=tls SHOP_MAIL_FROM= ADMIN_MAIL_TO=
-
Thank You @ghermans
-
hi @ghermans
can you guide me a lil more? .. actually i configured mailtrap.io ,the way you told me but it's still not working