Auto Email Send
-
Hello SQL Server Databse keeps order information. I want to send an automatic email to customer if order has been placed. Any Solution Thanks Sarfaraj
Sarfarj Ahmed
-
Hello SQL Server Databse keeps order information. I want to send an automatic email to customer if order has been placed. Any Solution Thanks Sarfaraj
Sarfarj Ahmed
-
Hello SQL Server Databse keeps order information. I want to send an automatic email to customer if order has been placed. Any Solution Thanks Sarfaraj
Sarfarj Ahmed
Did you consider trying to write some code to do this ? I don't see what SQL Server has to do with it.
Christian Graus Driven to the arms of OSX by Vista.
-
Hello SQL Server Databse keeps order information. I want to send an automatic email to customer if order has been placed. Any Solution Thanks Sarfaraj
Sarfarj Ahmed
It is difficult and complicated to setup SQL database triggers to send email when the database is updated. You would also have to run a local SMTP server on the SQL server which is often discouraged. The best thing to do would have your code update the SQL database, check to see if it was successful, and then use the SmtpMail class to send mail- http://quickstarts.asp.net/QuickStartv20/util/classbrowser.aspx?assembly=System.Web,%20Version=2.0.0.0,%20Culture=neutral,%20PublicKeyToken=b03f5f7f11d50a3a&namespace=System.Web.Mail&class=SmtpMail[^] Good luck! Ranjit Viswakumar Professional Services Specialist HostMySite.com[^]
-
It is difficult and complicated to setup SQL database triggers to send email when the database is updated. You would also have to run a local SMTP server on the SQL server which is often discouraged. The best thing to do would have your code update the SQL database, check to see if it was successful, and then use the SmtpMail class to send mail- http://quickstarts.asp.net/QuickStartv20/util/classbrowser.aspx?assembly=System.Web,%20Version=2.0.0.0,%20Culture=neutral,%20PublicKeyToken=b03f5f7f11d50a3a&namespace=System.Web.Mail&class=SmtpMail[^] Good luck! Ranjit Viswakumar Professional Services Specialist HostMySite.com[^]
Thank you very much, i will folloe your instruction.
Sarfarj Ahmed
-
Did you consider trying to write some code to do this ? I don't see what SQL Server has to do with it.
Christian Graus Driven to the arms of OSX by Vista.
could you please give some instruction
Sarfarj Ahmed