Advertisement

1 - 10 of 88 containing alltags:("xp_sendmail") (0.001 seconds)
This message is regarding the sqlmail processing issues with NT 4.0 and SQL Server 6.0. The bad news is i tried last night to get my sqlmail to work. I followed the instructions in the Admin Guide ...
Zones: MS SQL ServerDate Answered: 11/04/1998 Grade: A Views: 0
Regarding MS SQL7, xp_sendmail & special letters. EXEC master.dbo.xp_sendmail @recipients = 'xxx@xxx.xx',--@smsadress,             @subject = 'Testing åÅäÄöÖ',             @message = 'Testing åÅäÄöÖ',             @separa...
Zones: MS SQL ServerDate Answered: 06/14/2000 Grade: A Views: 0
 I have a table which holds an email address and a message to be sent to a user.  The information gets put there by a stored procedure that replaces some tags with relavent information.   There i...
Zones: MS SQL ServerDate Answered: 07/03/2000 Grade: B Views: 0
Hi All.. I need to be able to send email from a stored procedure with in one of my databases. Problem is that the xp_sendmail procedure is located in the extended stored procedues wich is on...
Zones: MS SQL ServerDate Answered: 04/05/2001 Grade: A Views: 0
We're using MsSQL 7.0 and when we send emails using master.dbo.[xp_sendmail] every few days the mail is no longer sent. We need to reboot the server in order to fix this. We only want to use SMT...
Zones: MS SQL ServerDate Answered: 12/17/2001 Grade: C Views: 0
I have a question regarding xp_sendmail in sql server 2000. SQL Mail is using an Outlook profile called 'SQLMail', which I have configured with a mailbox called 'SQLMail'. The sa_sql-account h...
Zones: MS SQL ServerDate Answered: 11/26/2002 Grade: B Views: 0
hello, i'm trying to set up a sql server 2000 based email system for a company of about 600 employees.  they will be checking their email via a web based interface which i've created. everything...
Zones: MS SQL ServerDate Answered: 02/19/2003 Grade: A Views: 0
Hi, Can anyone plz let me know if I can change the from part using any method?? or atleast i want to change the From Name that could be used instead of SQL Server. I understand that we cannot ch...
Zones: DatabasesDate Answered: 02/25/2003 Grade: C Views: 0
When sending email from within a store procedure using the xp_sendmail system store procedure, how do you go about changing the "From:" address so that when the mail arrives in the reciepient's mai...
Zones: MS SQL ServerDate Answered: 02/03/2004 Grade: B Views: 0
Using Delphi 5 I have streamed a PDF document into a blob field  (DT image 16).  I am now trying to email this PDF to a user as part of the development I working on. EXEC master..xp_sendmail @...
Zones: MS SQL ServerDate Answered: 07/18/2004 Grade: A Views: 0