"Gert E.R. Drapers" <GertD@SQLDevNet> wrote in message
news:ORno74CUFHA.752@TK2MSFTNGP10.phx.gbl...
> There are free relay server, see
>
http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLD,GGLD:2004-25,GGLD:en&q=SMTP+relay+server
>
> GertD@SQLDev.Net
>
> Please reply only to the newsgroups.
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> You assume all risk for your use.
> Copyright © SQLDev.Net 1991-2005 All rights reserved.
>
> "Ray5531" <RayAll@microsft.com> wrote in message
> news:OWlo2h3TFHA.580@TK2MSFTNGP15.phx.gbl...
>> Is that relay server for free?
>> Where should I get it from?
>>
>> Thanks fro your reply.
>>
>> "Gert E.R. Drapers" <GertD@SQLDevNet> wrote in message
>> news:u%23VC1B3TFHA.2872@TK2MSFTNGP14.phx.gbl...
>>> You would have to open port 25 (or if you use an other port which ever
>>> you are using) for traffic from SQL to the SMTP server. You can also
>>> look at an SMTP relay server solution.
>>>
>>> GertD@SQLDev.Net
>>>
>>> Please reply only to the newsgroups.
>>> This posting is provided "AS IS" with no warranties, and confers no
>>> rights.
>>> You assume all risk for your use.
>>> Copyright © SQLDev.Net 1991-2005 All rights reserved.
>>>
>>> "Ray5531" <Ray5531@microsoft.com> wrote in message
>>> news:u7OgQnnTFHA.616@TK2MSFTNGP12.phx.gbl...
>>>> Is there a firewall between your sql server and your mailing servers ?
>>>> If yes how come xp_smtp_sendmail opens up a TCP/IP socket to the
>>>> mailing server? In my case there is a firewall between my database
>>>> serevr and also external SMTP servers...
>>>>
>>>> Thanks for your help,I'm so stuck to this problem.
>>>>
>>>> Bye
>>>> "Narayana Vyas Kondreddi" <answer_me@hotmail.com> wrote in message
>>>> news:uggCK9WTFHA.3216@TK2MSFTNGP10.phx.gbl...
>>>>> Yes of course. SMTP service need not be installed on the SQL Server.
>>>>> In my
>>>>> case, I have different mailing server, with SMTP on it. And I specify
>>>>> the
>>>>> SMTP server name as a parameter to the xp_smtp_sendmail stored
>>>>> procedure.
>>>>> --
>>>>> Vyas, MVP (SQL Server)
>>>>> SQL Server Articles and Code Samples @
http://vyaskn.tripod.com/ >>>>>
>>>>>
>>>>> "Ray5531" <RayAll@microsft.com> wrote in message
>>>>> news:uU$Mz$PTFHA.3464@tk2msftngp13.phx.gbl...
>>>>>> I basically need to send emails from MY DTS packages and also some of
>>>>>> my
>>>>>> stored procedures.There is no way of having any MAPI compliant
>>>>>> software
>>>>>> installed on the productions database server,so I came up with the
>>>>>> idea of
>>>>>> installing an SMTP server and use the extended stored procedure
>>>>>> introduced
>>>>>> here(
http://www.sqldev.net/xp/xpsmtp.htm). Now my database admin is
>>>>> nagging
>>>>>> that I don't like to have something running in the SQL SERVER address
>>>>> space
>>>>>> and my network admin is nagging that he dosen't want to have SMTP
>>>>>> server
>>>>>> installed on the production,because Microsoft dosen't recommand this.
>>>>>> I
>>>>> just
>>>>>> wondered whay you guys have ever done in terms of sending emails from
>>>>>> your
>>>>>> sql server.Is there a way of sending emails from sql server using
>>>>>> another
>>>>>> SMTP server on another box(same domain thought)?
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>