Journal 2022-05-23

<!-- Morning --> <!-- What do I want to do today? --> <!-- Evening --> <!-- What did I learn today? --> <!-- Things I learned -->

Email Custom Domain Setup

If your provider supports it you can set a custom domain alias as your email address.

Documentation: Custom Domain

Although the following points are all recommended, only providing the TXT key and setting the MX records are the required ones. Its recommended doing all of them to prevent receivers flagging the email sent by the alias as spam.

First, you need to registered the domain alias with your email provider. It will provide you with a key to register on to your DNS provider.

To prevent that your mail will be flagged as Spam, you will need to register some additional records

To be able to automatically configure the IMAP and SMTP servers on a client like Thunderbird, you need to configure a CNAME and SRV records for autodiscovery.

SRV: A Service record is a specification of data in the Domain Name System defining the location, i.e., the hostname and port number, of servers for specified services. It is defined in RFC 2782

Wikipedia

This will point the clients to an XML file on your mail provider server.

Things I leaned

<!-- Useful tools and libraries -->

Tools