How to configure user permissions to relay e-mail message through SMTP Service?
You need to configure the user permissions to relay e-mail messages through the SMTP service. Do the following steps:
- Click Start, click Run, type inetmgr or open Internet Information Manager from Control Panel > Administrative Tools, and then click OK.
- Expand ComputerName, and then right-click a valid SMTP virtual server.
Note The placeholder ComputerName represents the name of the local computer. - Click Properties. On the Security tab, add the user account as an Operator, which you want to relay e-mail message through SMTP Service.
- Close all dialog boxes, and then restart the SMTP service
- Now try to send the email. Hope now the e-mail messages will be relayed through the SMTP service
Comments
Anonymous
December 30, 2008
PingBack from http://www.codedstyle.com/how-to-configure-user-permissions-to-relay-e-mail-message-through-smtp-service/Anonymous
December 30, 2008
Hi, Wondering if this scenario is possible - I have an ISP account who have given me permission to make use of their SMTP server to publish my newsletter. I would like to configure the Virtual SMTP server that comes with IIS to talk to my ISP's SMTP server and send out the newsletter email. My program will only talk to the local Virtual SMTP server. Is this possible? Where can I find information to set up the same. I have all the details from my ISP. Thanks.Anonymous
December 31, 2008
Yep, this is possible. You need to have ISP details including your authetnicated account name, password along with ISP's IP with relay permissions so that we can send email. To configure your incoming and outgoing connections to IIS SMTP Server you can get more details from the following support KB: http://support.microsoft.com/kb/303701. Also you can refer: http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/56c94d38-b10f-4a1b-a1cd-3714387a042a.mspx?mfr=true Hope this helps. DeVa