Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Envelope to send, or create a pre-filled message builder #158

Open
dolanor opened this issue Jul 1, 2020 · 1 comment
Open

Use Envelope to send, or create a pre-filled message builder #158

dolanor opened this issue Jul 1, 2020 · 1 comment
Assignees
Milestone

Comments

@dolanor
Copy link

dolanor commented Jul 1, 2020

Hi,

What I did: use the lib and parsed an envelope, changed some from: and to: fields

What I expected: use the envelope as is to send it through smtp with the updated from: and to:

What I got: no API exists to get that modified envelope without building it from scratch with the Builder

Release or branch I am using: v0.8.1

@jhillyerd
Copy link
Owner

The builder is a simplified subset of what's possible in MIME, so Builder can convert to Envelope, but not the other way around. However, we could add a Send function to Envelope as well.

@jhillyerd jhillyerd added this to the v0.9.x milestone Dec 18, 2020
@jhillyerd jhillyerd self-assigned this Feb 14, 2021
@jhillyerd jhillyerd changed the title Use envelope to create a pre filled message builder Use Envelope to send, or create a pre-filled message builder Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants