Skip to content
On this page

Mail notification

When all portraits are creted, OCULA AI sends an email notification to the user with a link to the generated images.

Mail notification

To enable mail notification, update the following to the .env file:

bash
MAIL_MAILER=<mail_driver> # set "log" to disable email sending

If you cache your configuration files, run the following command:

bash
php artisan optimize

Customization

You can customize the email template by editing the resources/views/emails/generation/completed.blade.php file.