-
00:00:00In this video, I want to show you how you can add and authenticate your email sending domains
-
00:00:08So you can be spam compliant across the web
-
00:00:12Now the ESPs of the world or the email service providers like Yahoo, Gmails, Outlook and so on, they do look at your email signatures or domain signatures to see if wherever you're sending emails from are authorized to send on your behalf
-
00:00:28Otherwise, anybody can pretend that they're sending emails on your behalf, right? That's not a good practice So with that, you have to add
-
00:00:36a couple of records on your domain side of things
-
00:00:39Now for that step, you need login to your DNS authority
-
00:00:43In this case, I'm using Cloudflare, but you might be using GoDaddy, Bluehost or any third party to manage your DNS
-
00:00:52Once you do that, you can go to your top right, go to top down, click on settings and choose your domain sender verification Now what you have to do here is click
-
00:01:05on add sender and now put in your domain I do have an example
-
00:01:09So I have leadbuffercom Now you can add subdomains as well,
-
00:01:16which some companies do if they have high sending volume
-
00:01:20So if you're sending hundreds of thousands of emails and you want to separate the transaction all to be sent from your route and everything marketing to be sent from a subdomain such as marketing dot or perhaps send dot, you can certainly follow that structure
-
00:01:36But it comes in once you have a high sending volume
-
00:01:40In this case, I'm simply going to add my main domain
-
00:01:44And now you're going to see in the back, there are three records that I would like to set up
-
00:01:50The record number one is called SPF It's almost like your main ID
-
00:01:55like a driver license DKI is your passport and the
-
00:02:00demock policy, although it's not a native record to VBOT, it's actually something that you might find useful in general sending out emails
-
00:02:10It's your own policy on how you accept emails from the world
-
00:02:14And I'm going to dive a little deeper into this I also have a full documentation on it
-
00:02:18if you'd like to find out Now in terms of the SPF, I'm going to click on
-
00:02:22Settings It's showing me the record that I need to add
-
00:02:28Now this is composed of three different elements Anything in the DNS world has three things
-
00:02:34One of them is going to be the type of element or DNS is it the XT record
-
00:02:39The host name itself, this is the root If I added marketing dot lead buffer dot com,
-
00:02:45this would have been probably marketing dot lead buffer dot com
-
00:02:49And then the value that you need to add One thing to note on SPF, which is quite important,
-
00:02:54if you already have a record in SPF, don't add a new one All you need to do is just
-
00:03:00find out what that SPF record, okay, then that's really important Click
-
00:03:05edit and then modify the value here In this case, I already added the spark post
-
00:03:12So I will go ahead and save that, go back to VBOUT and verify it
-
00:03:19So that's pretty much done The second record is DKIM
-
00:03:23DKIM is really almost like a signature or a password for your sending
-
00:03:29So you got to be careful not to display it I'm going to do this in this demo, although
-
00:03:34if you're working publicly, make sure you hide that I'm going to click on settings, copy the host name All I need to do is click on it
-
00:03:44Go back to VBOUT and click on add record, TXT value
-
00:03:51Paste that Now, I want you to know the appended root domain is done by default from VBOUT
-
00:03:59because this varies between different DNS records Cloudflare is not a problem
-
00:04:04They will automatically kind of remove additional parts of it But some systems like, I believe,
-
00:04:13GoDaddy might just create long term So all you need to do is remove that part and keep the first part of it
-
00:04:21Okay, so I removed the leadbuffercom I'm going to click on the record and then paste it right in here
-
00:04:29And that's it I will go ahead and save and note something important
-
00:04:36DKIM, you can have multiple record added to the system It doesn't have to be just unique
-
00:04:42SPF is what needs to be unique Okay Now, on this case, I will go back to VBOUT,
-
00:04:50cancel and click verify Sometimes it might take up to 24 hours
-
00:04:56Now, I've seen this get better throughout the years within seconds in this case, especially that Cloudflare is pretty quick It gets verified almost instantly
-
00:05:07Now, here's a DMARC policy And again, guys, this is not VBOUT specific
-
00:05:11You can literally set this up with VBOUT or with any provider that you're using
-
00:05:17The way DMARC works is that you have a certain policy that says, if someone is sending me an email, athlete puffer, I want to quarantine them or reject them
-
00:05:29If the sender looks fishy, that's pretty much all it is
-
00:05:32If you do none, that's going to be very lenient Quarantine might be a better option
-
00:05:38And you might be getting some daily reports, unreadable reports as a disclaimer
-
00:05:43That's telling you throughout the day you've got an X amount of emails and these emails don't look good, blah, blah, blah, right? So, in this case, choose an email that you can use filtering on
-
00:05:54It could be an alias, or you can set up some rules that every time you see something coming with a DMARC in the subject line, add it to this folder I do this all the time And that's it It's verified
-
00:06:08Now, there is a new record called Be Me Record If you'd like to find out about that,
-
00:06:13that's literally a new addition to the email world
-
00:06:19And all it does is it adds to your domain or to your subject line
-
00:06:25Let me show you right here
-
00:06:29So, if you have your emails, you might not see your logo next to your brand
-
00:06:33The Be Me Record, B-I-M-M-I, adds your logo to the record
-
00:06:39I also have a full documentation on this It's not necessary or requirement whatsoever,
-
00:06:45but it helps your branding and it helps with authentication
-
00:06:50Okay, it is also a TXT record that looks something like this, TXT
-
00:06:57It has a default dot underscore be me Now I geek out on these things, guys, so please,
-
00:07:04if you didn't have to memorize this, you can certainly look this up in our documentation
-
00:07:10And then you can put in the whole value and the link to your logo
-
00:07:16It has to be an SVG format over HTTPS And these are the records that you need to set up
-
00:07:23The DKI-IM and SPF are required The DMARC is optional but highly recommended
-
00:07:28The Be Me is an extra, but also is becoming highly recommended
-
00:07:33This is it