Click here to Skip to main content
15,917,862 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to recieve mail from sql server 2012.In the old version of sql server we are having xp_readmail but now xp_readmail is removed from the sql server.how can i recieve the email from the server.
Posted

1 solution

Hi,

It is true that SQL Mail is removed from SQL 2012 but you may be able to use Database Mail instead. Hoping that the following information will help you to reach there.

http://msdn.microsoft.com/en-us/library/ms175887%28v=sql.105%29[^]

http://www.sqlnotes.info/2011/11/14/sql-mail-removed-in-sql-server-2012/[^]

Thank You,
Siju.
 
Share this answer
 
Comments
kalisiddayya 12-Jul-13 7:52am    
how to read the email from gmail pop server in sql server 2012 ?tell some concept to achieve this
kalisiddayya 12-Jul-13 8:14am    
can we read mail from pop gmail server and download the email in sql server 2012?
SIJUTHOMASP 12-Jul-13 8:29am    
Hi, According to your initial statement "how can i recieve the email from the server. ", assuming that the scenario is that you need to receive email from SQL server? is that correct? Or the requirement is to read from gmail pop server and download in sql server 2012? Could you please elaborate? I don't think with the use of Database Mail you could read from gmail server.
SIJUTHOMASP 12-Jul-13 8:38am    
I think probably this one could help you for that direction:
http://www.mssqltips.com/sqlservertip/2578/setup-sql-server-database-mail-to-use-a-gmail-hotmail-yahoo-or-aol-account/
kalisiddayya 15-Jul-13 6:32am    
incoming mail in the sql server.is it possible to get the incoming mail in sql server2012

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900