mettle / sendportal

Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.
https://sendportal.io
MIT License
1.72k stars 339 forks source link

CSV import fails on Umlauts #270

Open b0rt opened 1 year ago

b0rt commented 1 year ago

using the CSV import: Using a first_name "Jörg" or a last_name "Müller" (common german names) will lead to a Illuminate\Database\QueryException

editing the users first_name and last_name via Form https://$sendportal.tld/subscribers/$id/edit works as expected = umlauts are okay

sendportal@v2.0.4