Problem with all email templates

joseweb

New Member
Aug 21, 2025
11
0
1
46
Good afternoon. We are having issues with the email templates. When I receive a missed call, a transcription, or a voicemail, the changes I made in the panel (at `app/email_templates/email_templates.php`) do not appear; the same unmodified email arrives every time. Has something changed—perhaps in an update—that we should be aware of?

Thank you very much for everything.
 
Good afternoon. We are having issues with the email templates. When I receive a missed call, a transcription, or a voicemail, the changes I made in the panel (at `app/email_templates/email_templates.php`) do not appear; the same unmodified email arrives every time. Has something changed—perhaps in an update—that we should be aware of?

Thank you very much for everything.
maybe you need to run
php artisan config:cache
in /var/www/fspbx
be aware that future updates may overwrite your file changes.