Solutions for all your technology needs

Sending an email with Powershell

Posted by on Jul 13, 2009 in Exchange | 0 comments

$SmtpServer = “yourServer” $From = me@N2NetworkSolutions.com if ($args.Length -lt 1) {      $To =...

Read More

Secure Exchange SMTP communication

Posted by on May 19, 2009 in Exchange | 0 comments

...

Read More

Configuring postfix to use an SMTP relay

Posted by on Feb 27, 2009 in Asterisk, linux | 0 comments

If 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 get...

Read More