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
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
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
Hi,
What I did: use the lib and parsed an envelope, changed some
from:
andto:
fieldsWhat I expected: use the envelope as is to send it through smtp with the updated
from:
andto:
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
The text was updated successfully, but these errors were encountered: