Sending Mail

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • qhjghz
    New Member
    • Aug 2007
    • 26

    Sending Mail

    Hi,
    I want to send mails from my desktop machine using SQL Server 2005. The server is on my machine. I have found out from Internet the necessary stored procedure we would need to send the mail. But when I am executing the oprocedure, I am getting no error, but no mail is being sent. Are there any configuration tasks I have to perform to send a mail fromSQL Server apart from opening the Port Number 25?
  • azimmer
    Recognized Expert New Member
    • Jul 2007
    • 200

    #2
    Originally posted by qhjghz
    Hi,
    I want to send mails from my desktop machine using SQL Server 2005. The server is on my machine. I have found out from Internet the necessary stored procedure we would need to send the mail. But when I am executing the oprocedure, I am getting no error, but no mail is being sent. Are there any configuration tasks I have to perform to send a mail fromSQL Server apart from opening the Port Number 25?
    Have you read and - to the best of your knowledge - followed the instructions in the Remarks section of the help of xp_sendmail (esp. SQL Mail session and mail profiles)?

    Comment

    Working...