Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

UTF-8 mail address not working #77

Open
VILLAN3LL3 opened this issue Mar 14, 2019 · 1 comment
Open

UTF-8 mail address not working #77

VILLAN3LL3 opened this issue Mar 14, 2019 · 1 comment

Comments

@VILLAN3LL3
Copy link

I'm using fakeSmtp for unit testing in my .Net Core project with random generated test data by Faker.Net.
Sending a mail with characters that are not part of ASCII leads to the following exception:

Message: System.Net.Mail.SmtpException : The client or server is only configured for E-mail addresses with ASCII local-parts: valentina_möcks@krolsussmann.ch.

In my configuration I set the host to localhost, the port to 25 and the DeliveryFormat to SmtpDeliveryFormat.International.

When creating a mailAddress object I use Encoding.Utf8.

How can I use FakeSMTP to send mails with UTF-8 encoded mail addresses? Thank you

@Vest
Copy link
Contributor

Vest commented Mar 17, 2019

Do you have a call stack (of the exception) from the FakeSMTP server? It will probably give us a clue what settings should be changed.
Unfortunately, this project seems dead to me, the owner hasn't accepted PRs since ages :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants