I had to do some SMTP relay troubleshooting and it wasn’t obvious how to view the raw SMTP message in Outlook. So here’s how:
In the message window, choose File/Properties and look at the “Internet headers” at the bottom of the Properties dialog.
I am using Office Professional Plus 2016. If you have a different version of Outlook such as Outlook 2010 or Outlook 2013, the steps may be different for your version.
To list available contexts: kubectl config get-contexts To show the current context: kubectl config current-context…
kubectl exec -it <podname> -- sh To get a list of running pods in the…
# Create a soft symbolic link from /mnt/original (file or folder) to ~/link ln -s…
git config --global user.name "<your name>" git config --global user.email "<youremail@somewhere.com>" Related Commands Show current…
TypeScript/JavaScript function getLastMonday(d: Date) { let d1 = new Date(d.getFullYear(), d.getMonth() + 1, 0); let…
I spent a good part of the weekend on a re-design of a client's dental…