buildarr / buildarr-sonarr

Sonarr PVR plugin for Buildarr
https://buildarr.github.io/plugins/sonarr
GNU General Public License v3.0
2 stars 4 forks source link

Sonarr V3 does not support email attributes with names #22

Closed Callum027 closed 1 year ago

Callum027 commented 1 year ago

Email notification connections use the NameEmail attribute type for specifying the from/recipient email addresses.

It turns out Sonarr V3 does not support this, and returns a parsing error when updating the remote instance.

We need to change the attribute type to EmailStr, at least until Sonarr V4 support is added.