daniel-zahariev / php-aws-ses

PHP classes that interfaces Amazon Simple Email Service
307 stars 100 forks source link

List-Unsubscribe header #88

Open consigliere23 opened 3 years ago

consigliere23 commented 3 years ago

Hi,

is there any option to add this header?

daniel-zahariev commented 3 years ago

Hi @consigliere23 , yes, i'll look into adding it early next week.

consigliere23 commented 3 years ago

@daniel-zahariev thanks :) Maybe would be the best if can add any other header, not just this...

daniel-zahariev commented 3 years ago

hey @consigliere23, i've just realised that this is already possible with the addCustomHeader method as follows:

$message->addCustomHeader('List-Unsubscribe: http://www.example.com/unsubscribe.html');
consigliere23 commented 3 years ago

Hi @daniel-zahariev

great, will check it a little bit later.. I did not see this in doc, when have a chance can you add it?

Thanks!

consigliere23 commented 3 years ago

@daniel-zahariev actually it's in the doc, but under updates :) Would be handy for future users to see it in example :)