August 31, 2010 at 7:32 am
How to check whether Port 25 is open/enabled for DB Mail. DB mail does not work.. need to know whether its because of SQL or because of Port 25 and firewall?
August 31, 2010 at 7:40 am
Use telnet. Something like this:
[font="Courier New"]telnet MyMailServer 25[/font]
John
August 31, 2010 at 8:18 am
Suppose you have email profile name, please run this qurey under msdb:
select a.Name Mail_Profile_Name, s.port
from dbo.sysmail_account a INNER JOIN dbo.sysmail_server s ON a.account_id = s.account_id
WHERE a.Name ='Your Mail Profile Name'
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy