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
Registering an smtp server and then attempting to use seems to not work. I don't believe this is a configuration error on my side, but it's possible I'm missing something.
Expected Behavior
Email/book to be sent
To Reproduce
Register new emailer through UI (I'm using remail)
Navigate to any book and attempt to email, either to a device or a manually entered email address, or both
Get error in logs instead
Debugging Information
2025-01-06T02:21:38.543847Z ERROR stump_server::routers::api::v1::emailer: Failed to send email, e: TemplateRegistrationFailed(TemplateError { reason: IoError(Os { code: 2, kind: NotFound, message: "No such file or directory" }, "base"), template_name: None, line_no: None, column_no: None, segment: None })
at apps/server/src/routers/api/v1/emailer.rs:589
This is on 0.0.9 on Docker on an Ubuntu host.
The text was updated successfully, but these errors were encountered:
Description of the Bug
Registering an smtp server and then attempting to use seems to not work. I don't believe this is a configuration error on my side, but it's possible I'm missing something.
Expected Behavior
Email/book to be sent
To Reproduce
Debugging Information
This is on 0.0.9 on Docker on an Ubuntu host.
The text was updated successfully, but these errors were encountered: