-
Notifications
You must be signed in to change notification settings - Fork 8
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
Read and Delivery Receipts #182
Comments
We did something similar with tags in an extra library we have on top of FluentEmail. Where are you using Disposition-Notification-To in your code? |
Not sure what you mean by tags, this is to request a read receipt for the email |
My bad. But I think that I understand the Are |
The headers can be added to fluent mail object which need to be translated into the flags on ms message object if that makes sense. |
Ok. Headers are removed again. I saw this the first time, but somehow missed it the second time. Probably need a way to set delivery and read separately. So 2 of these would be needed as extensionmethods
And then the send checks the Tag list for these markers. The way you used headers. Do you have time to submit a PR for this? |
Hi,
It is me again!
Would you be able to add in functionality to add delivery and read notifications. Currently i have modified your code as below but happy for you to devise another approach too.
Using SMTP headers, I check if read or delivery is needed and I set it
Thanks
The text was updated successfully, but these errors were encountered: