Jericho / CakeMail.RestClient

.NET wrapper for the CakeMail API
MIT License
9 stars 3 forks source link

Unknown parameter list_policy! when updating a list #35

Closed Jericho closed 7 years ago

Jericho commented 7 years ago

CakeMail throws Unknown parameter list_policy! when the spamPolicyAccepted parameter is set to true. This is due to the fact that CakeMail expects the parameter to be called policy.

The confusion comes from the fact that this same parameter is called list_policy when a new list is created.