Showing posts with label TXT. Show all posts
Showing posts with label TXT. Show all posts

Wednesday, April 28, 2021

DAMRC record example for subdomain

deen.revealdigitalmarketing.com. IN TXT

"v=DMARC1;p=reject;sp=none;adkim=r;aspf=r;pct=100;fo=0;rf=afrf;ri=86400;rua=mailto:postmaster@deen.revealdigitalmarketing.com;ruf=mailto:postmaster@deen.revealdigitalmarketing.com"


How to add Mutiple IP and Multiple Domain in Single SPF TXT record

 SFP record example:

v=spf1 +a +mx +ip4:35.209.113.119 ip4:209.145.61.178 include:_spf.mailspamprotection.com include:deen.revealdigitalmarketing.com ~all



How to get Ranking of the Students in Excel using RANK Function

=RANK(number,ref,[order]) To rank in descending order, we will use the formula =RANK(B2,($C$5:$C$10),0) If we want unique ranks, we can use...