Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
everyone know there is option avail in sql server where we can send the mail through SP.

i want to know how to send mail using mysql .
Posted

1 solution

No. MySQl (and MsSQl, and Oracle, and Access, and...) are Databases.
They have nothing to do with emails.

Look at SMTPClient on MSDN[^] instead.
 
Share this answer
 
Comments
RDBurmon 31-Oct-10 8:11am    
No man , SQL server having one profile object basically located in a feture tab . that profile help to send the mail either throughe code or store procedure .
man i done this before

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