gabe
03/19/2025, 10:45 AMMYNAME
, but when I pass MYNAME <<mailto:abc@mail.com|abc@mail.com>>
ass sender_email
it doesn't work.Marvin
03/19/2025, 10:45 AM"My Name <email@example.com>"
might not be directly supported as you tried.
However, you can look into the implementation details or extend the functionality by customizing the block or using the SendGrid API directly within your Prefect flow. This approach allows you to set the sender name and email correctly.
For more information on blocks and their configuration in Prefect, you can explore the Prefect Blocks documentation.
If you want to keep up with potential updates or discussions, you might want to watch related GitHub issues or pull requests, like this one related to the SendGrid email notification block.