Is that a normal email address: 131fo29916434ef@email.domain.com

-1

In a c# application that has a class for sending emails, i found that the email message is BCC to an email with the following format: 131fo29916434ef@email.domain.co

Is this a normal email address that I can access its inbox? If so, how can I open it?

user3340627

Posted 2016-03-30T10:28:52.943

Reputation: 193

1Often when emails are addressed like that it is because the recipient is another application - the receiving application will act on the content of the email. Trello does this for example, and lets you add a card via email. Can you tell us more about the app? – Paul – 2016-03-30T10:42:04.090

Answers

1

This is a perfectly valid email address in terms of syntax, according to the RFC 2822 (you will find a more accessible explanation on Wikipedia.

However, although it is syntaxically valid, this email does not seem to point to a valid mailbox. I suppose that this email address is a default setting included in the source of your class, or even in your application.

Could you please tell us more about where you got this application? Do you have access to the source code?

Sébastien VALSEMEY

Posted 2016-03-30T10:28:52.943

Reputation: 344

1Thanks to your reply and @Paul's comment. It turned out to be used by an application at the domain to save a copy of email message. I appreciate your help – user3340627 – 2016-03-30T11:05:17.553