You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the theme.properties file is placed incorrectly.
Currently, the file is located at src/main/resources/theme/email-code-theme/theme.properties, but I believe the correct path should be src/main/resources/theme/email-code-theme/email/theme.properties.
In the current location, when the email theme is set to email-code-theme, sending emails other than the Email OTP (such as Test Connection or Forgot Password) results in errors.
However, after moving the file to the email/ directory, these errors were resolved, and the email functionality started working correctly.
Could you please verify if the theme.properties file is placed in the correct location?
Lastly, I would like to mention that since I’m not very confident in my English skills, I used AI to help me write this Issue.
I hope everything is clear!
The text was updated successfully, but these errors were encountered:
@ShokiTokunaga for me it is not working!
Still i cannot send test email or other emails even after placing theme.properties in the path that you mentioned.
The solution I proposed was effective as of commit 846531e, but it seems the issue was resolved differently in issue #54.
With the latest commit (f0356a6), the problem no longer occurs without additional changes.
I’ll go ahead and close this issue.
It seems that the
theme.properties
file is placed incorrectly.Currently, the file is located at
src/main/resources/theme/email-code-theme/theme.properties
, but I believe the correct path should besrc/main/resources/theme/email-code-theme/email/theme.properties
.In the current location, when the email theme is set to
email-code-theme
, sending emails other than the Email OTP (such as Test Connection or Forgot Password) results in errors.However, after moving the file to the
email/
directory, these errors were resolved, and the email functionality started working correctly.Could you please verify if the
theme.properties
file is placed in the correct location?Lastly, I would like to mention that since I’m not very confident in my English skills, I used AI to help me write this Issue.
I hope everything is clear!
The text was updated successfully, but these errors were encountered: