Admin Email Settings page of LaraPass v2 Personal Version
You can update your mailer for sending notifications and update emails from here.
We recommend the following mailing services as best for sending transactional emails. However, you are free to use any 3rd-Party service that allows outgoing SMTP services (ex: Gmail, etc).
LaraPass mailer offers 3 types of mail drivers for sending outgoing emails -
Log
(all emails/notifications sent are logged into the laravel.log file in the local storage) - Only use this for testing.SMTP
(use any 3rd party service that provides smtp for outgoing emails and add credentials for that here).Mailgun API
(setup mailgun and get their API & Secret Key and add it here).After selecting the Mail Driver
, configure the mailer accordingly -
sent from email
to be shown in the emails (required for all drivers).sent from name
to be shown in the emails (required for all drivers).After configuring the mailer, click on the Send Test Mail
button to test and verify whether the email is being sent and received as expected or not. The test email will be sent to the email address stored as App Email
in the General Settings.