Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jafrywilson
Constraint Violating Yak Guru
379 Posts |
Posted - 2010-10-14 : 02:27:48
|
Hi all... I am creating a web application .. Through the application I will send mails to my clients(From e-mail address:admin@domain.com)...If any client reply for my mail(To e-mail address:admin@domain.com) I want to read that details from admin@domain.com and insert into sql server database..Please share your ideas to fix my problem... |
|
Lumbago
Norsk Yak Master
3271 Posts |
Posted - 2010-10-14 : 05:25:20
|
I'm pretty sure you'll have to create a custom application for this using the .net framework or something. As far as I know there is no functionality in sql server to connect to a mail server...- LumbagoMy blog (yes, I have a blog now! just not that much content yet) -> www.thefirstsql.com |
 |
|
jafrywilson
Constraint Violating Yak Guru
379 Posts |
Posted - 2010-10-14 : 05:30:01
|
Tnx Lumbago..Can you direct me to fix this.. |
 |
|
Lumbago
Norsk Yak Master
3271 Posts |
Posted - 2010-10-14 : 05:58:26
|
No problem: www.google.com- LumbagoMy blog (yes, I have a blog now! just not that much content yet) -> www.thefirstsql.com |
 |
|
jafrywilson
Constraint Violating Yak Guru
379 Posts |
Posted - 2010-10-14 : 06:16:43
|
Thank you... |
 |
|
|
|
|