| 13 | And, when you have a working DKIM record you should be able to send yourself a message and then examine the full headers of the message (depending on your email program, look for the option to "view the source" or "view the original message"). Among all the headers you should see something like this: |
| 14 | |
| 15 | > DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mayfirst.org; |
| 16 | s=mayfirst1; t=1653001894; |
| 17 | bh=hCGTb6HAPeFctp9Kbk84eOzjDVPJlAPmqXyyusuMGs0=; |
| 18 | h=Date:To:References:From:Subject:In-Reply-To:From; |
| 19 | b=P4ICdzIYw7DpRDpxzqu7jOyoSHFQrdbBVG5Lf3KbcnE+3ujqb5sHnrK3YDalw6Ocs |
| 20 | m+gZnUfg3kx4v++FIWIcT6CLY0I/srbi6IlV8hNeDVPkEPzFLVGUuSolNmR9CNCeus |
| 21 | rcls0BrUxb2kqbQJ1xVvK25l3Vxt/wrPZryFzLhfy7s8nE6GYFOUjFGr5AOxz6HdHl |
| 22 | pYvODVUBBivo9BICGEu0Myd4sdQ75YbjGqSro5GTQJgAXpyYthYdXA2UkGYQuxilp/ |
| 23 | fu18/N9lB+2UjWaOkwKn/n0NxK6W+F8BggS+V9gzTaOa7aP1Cg+AJQECPYsv8X1Kgx |
| 24 | 2pwZmEIJvWY7w== |
| 25 | |
| 26 | This header is hidden from view by the user, but is carefully examined by the receiving email server to verify the authenticity of the message. |
| 27 | |