See answers in the "SMTP in my database server" thread.
GertD (AT) SQLDev (DOT) 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 (AT) microsft (DOT) com> wrote
Quote:
I'd like to use xp_smtp_sendmail in my DTS package to send an email to
the admin and also bunch of stored procedures I have.The problem is that
My database server is behind the firewall and what I read about this guy
is that it opens up a TCP/IP socket to the SMTP SERVER.Apparently I cannot
use this in my case.Is there another alternative to this.I don't want to
install SMTP server on the database server.
Thanks |