Skip to content

Build email from parsed email #10

@mdsimmo

Description

@mdsimmo

Is there a convenient way to use this crate in conjunction with your other crate (mail-parser) to

  1. read in an email,
  2. convert the Message to a MessageBuilder,
  3. make some modifications to the email
  4. then send it (using mail-send or, 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions