How to create an email address with a domain of example.jp

Asked 2 years ago, Updated 2 years ago, 74 views

I'm studying a book called "How to Create a Secure Web Application", but I don't know how to create an e-mail account for practical training.

username:wasbook
password:wasbook
Email address: [email protected]
POP3 servers: example.jp
SMTP server:example.jp

It looks like I'm going to create an email, but how can I create an email address example.jp after @?

mail

2022-09-30 16:29

1 Answers

example.jp is another type of domain reserved for use in closed networks and experimental use (defined in RFCs, etc.).

example.jp If you want to create an email address for the domain, you need to build a completely closed (non-Internet) network with a DNS server and a mail server (POP3, SMTP, respectively).

However, creating the above environment is useful for studying, but it is not directly related to web applications, so it may be better for you to obtain a valid email address yourself and use it.

If multiple addresses are required for testing purposes, for example, in Gmail, you can add + followed by + and use it as an alias for a single email address.

(Example)
[email protected]
[email protected]
[email protected]

One thing to note is that you should not use real email addresses or domains that you do not manage, even for testing purposes.


2022-09-30 16:29

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.