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 ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10093320.html
Regarding MS SQL7, xp_sendmail & special letters.
EXEC master.dbo.xp_sendmail @recipients = 'xxx@xxx.xx',--@smsadress,
@subject = 'Testing åÅäÄöÖ',
@message = 'Testing åÅäÄöÖ',
@separa...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10407481.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10437196.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20102034.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20235474.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20314195.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20518740.html
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...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20527081.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20858570.html
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 @...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20952096.html