-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Is there a convenient way to use this crate in conjunction with your other crate (mail-parser) to
- read in an email,
- convert the
Messageto aMessageBuilder, - make some modifications to the email
- then send it (using
mail-sendor, in my case, a third party library)
Current best solution I have is to copy over field by field. I'm hoping there's a built in way.... '
The use case for this is I'm building a marketing engine. The user sends an email to my app, the app reads the email and adds unsubscribe links, edits content data, etc.
dcfreire, jwangnz and ToBiDi0410
Metadata
Metadata
Assignees
Labels
No labels