Dear All,
I am using sql server 2005.
I have wrote an Stored procedure which send mail using sp_send_dbmail.
My problem is on the server where antivirus is installed , is blocking port 25 which send mail.
One solution is I manually remove the check from virus console . and execute the sp that sends mail.
Is there any other better solution
Thank you.