Ergent - Sending Email

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I writting an application to sending birthday email to all the customer, but I'm wondering is it must setup an email server ??? What is the simplest way ??? If I not mistaken, SQL Server 2000 can send email right ?? But How ??? Thanks
 
Hi,

yeah, SQL Server can be used to send mails using the SQLMAIL feature or
using COM objects from SQL Server Stored procedure.

HTH,

Girish.

Onk said:
I writting an application to sending birthday email to all the customer,
but I'm wondering is it must setup an email server ??? What is the simplest
way ??? If I not mistaken, SQL Server 2000 can send email right ?? But How
??? Thanks
 
Does SQLMail only used to send notification email ?? Can I used it for sending Birthday email ?? Is it appropriate ?? Thanks

----- Girish NS wrote: -----

Hi,

yeah, SQL Server can be used to send mails using the SQLMAIL feature or
using COM objects from SQL Server Stored procedure.

HTH,

Girish.

Onk said:
I writting an application to sending birthday email to all the customer,
but I'm wondering is it must setup an email server ??? What is the simplest
way ??? If I not mistaken, SQL Server 2000 can send email right ?? But How
??? Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top