Tag Archives: Email

SharePoint: Changing Alerts and Information Management Policy Schedules

I keep forgetting these 2 very handy STSADM commands; To change the schedule which SharePoint uses to send Email Alerts; stsadm -o setproperty -propertyname job-immediate-alerts -url http://{server url} -propertyvalue “every 1 minutes between 0 and 59″ To change the SharePoint Information Management Policy schedule; stsadm -o setpolicyschedule -schedule “every 1 minutes between 0 and 59

Read more

Sending SMTP Email to Exchange using Telnet

Open your telnet client and connect to your Exchange server on port 25 Microsoft Telnet> open exchange.mydomain.local 25  And you’ll see a response like this; 220 exchange.mydomain.local Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at Thu, 20 Aug 2009 12:03:39 +0100 Type the HELO (or EHLO) command; 250 exchange.mydomain.local Hello [192.168.1.2] Now to begin your [...]

Read more

Sending Email using Telnet with SMTP Authentication

Sending email with Telnet using SMTP commands is an easy way to test your SMTP server solution, sometimes however you need to authenticate yourself to the SMTP server, or your relay server needs to authenticate itself to the onward SMTP server, here’s a nice link which explains how to do it. If you’re using Windows, [...]

Read more

Follow

Get every new post delivered to your Inbox.

Join 143 other followers