nshki / naisho

Send personal data deletion request emails to hundreds of data brokers at once.
https://naisho.app
MIT License
17 stars 0 forks source link

fix: broken sends #15

Closed nshki closed 2 weeks ago

nshki commented 2 weeks ago

Overview

Follow-up from #10. The methods that return the SMTP host and port were written in a way that would return empty strings for non-custom SMTP configs, which was not right. This corrects that mistake.