July 13, 2009Published by jeremy.whittaker at July 13, 2009Sending an email with Powershell$SmtpServer = “yourServer” $From = me@N2NetworkSolutions.com if ($args.Length -lt 1) { $To = Engineers@N2NetworkSolutions.com } else { $to = $args[0] } $subject = “Need […]
May 19, 2009Published by jeremy.whittaker at May 19, 2009Secure Exchange SMTP communicationhttp://www.msexchange.org/tutorials/Securing-SMTP-Message-Flow-between-different-Exchange-Server-2007-organizations.html
February 27, 2009Published by jeremy.whittaker at February 27, 2009Configuring postfix to use an SMTP relayIf you are like me and your ISP blocks SMTP outbounnd traffic then you need to configure your mail client to use an SMTP relay to […]