gpc / grails-mail

The Grails Mail Plugin
http://grails.org/plugin/mail
Apache License 2.0
45 stars 85 forks source link

read receipts #48

Closed ej-mcris closed 2 years ago

ej-mcris commented 5 years ago

is there a way to enable read receipts using this plugin?

Thanarathanam commented 5 years ago

You can set Disposition-Notification-To header

`def headerMap = ["Disposition-Notification-To":"yourmailid"]

mailService.sendMail { to toAddressList subject subjectStr cc ccAddressList bcc bccAddressList headers headerMap html content }`