Recent Posts

SendGrid, forwarding and DMARC policy

2 minute read

We have recently deployed a strict DMARC policy (p=reject; sp=reject) on our domains. While this adds greater security while sending e-mail and prevents spoo...

Logic Apps foreach and variables

less than 1 minute read

Sometimes we need to work with a variable inside a loop section. Whether it’s a precomputation or just a helper variable. Logic Apps allows us to do so. Yet ...