how to send bulk emails automatically from database time to time
-
hi all talented people here is my query: how to send bulk emails automatically from database time to time using vb.net windows application. your suggesstion is highlyyyyyyyyyyyyyyyyy welcome thanks in advance if some one have idea about this problem plz find out me on:abdulwahab79@gmail.com
-
hi all talented people here is my query: how to send bulk emails automatically from database time to time using vb.net windows application. your suggesstion is highlyyyyyyyyyyyyyyyyy welcome thanks in advance if some one have idea about this problem plz find out me on:abdulwahab79@gmail.com
it is easier to send the email using a stored procedure in SQL Server that is scheduled a job to send it if this is not the way you want to go please explain to me in more detail and ill try to help you
-
hi all talented people here is my query: how to send bulk emails automatically from database time to time using vb.net windows application. your suggesstion is highlyyyyyyyyyyyyyyyyy welcome thanks in advance if some one have idea about this problem plz find out me on:abdulwahab79@gmail.com
-
hi all talented people here is my query: how to send bulk emails automatically from database time to time using vb.net windows application. your suggesstion is highlyyyyyyyyyyyyyyyyy welcome thanks in advance if some one have idea about this problem plz find out me on:abdulwahab79@gmail.com
You can schedule a job and can set the time
when to send an email.
Firstly, you need to configure your database for sending mails. Connect to your database---> Go to Management ----> Right Click database mail and configure database mail.Inderjeet Kaur Sr. Software Engg
-
hi all talented people here is my query: how to send bulk emails automatically from database time to time using vb.net windows application. your suggesstion is highlyyyyyyyyyyyyyyyyy welcome thanks in advance if some one have idea about this problem plz find out me on:abdulwahab79@gmail.com
There are many examples of sending emails from a VB application, and windows scheduler will fire the application at the desired time, but have you considered writing a windows service if the requirement is to send at fixed intervals? BTW, there is no need to use SQL Server to send emails, there are built in classes in the .net framework and its very simple.
Bob Ashfield Consultants Ltd
-
You can schedule a job and can set the time
when to send an email.
Firstly, you need to configure your database for sending mails. Connect to your database---> Go to Management ----> Right Click database mail and configure database mail.Inderjeet Kaur Sr. Software Engg
Use Windows Service for your purpose....