Closed
Description
See comment here:
https://github.com/pastjean/postmark-rs/pull/13/files#r1314417921
I tried this code:
let req = SendEmailWithTemplateRequest::builder();
I expected to see this happen: exists/compiles
Instead, this happened:
--> crates/emailer/src/lib.rs:6:9
|
6 | SendEmailWithTemplateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SendEmailWithTemplateRequest` in `api::email`
7 | TemplateModel,
| ^^^^^^^^^^^^^ no `TemplateModel` in `api::email`
I think the ability to send emails with templates was removed, possibly by accident? Seems like the file with the code is there, but the mod
and pub use
lines were removed.
Metadata
Assignees
Labels
No labels