Hello all,
i need to send a mail with using microsoft visual c++ 2010 in windows form application OR console application,
is anyone can help me for that?its very important for me for my future :worry:
Thank you
Erkin,
2 replies to this topic
#1
Posted 09 November 2010 - 02:49 PM
|
|
|
#2
Posted 09 November 2010 - 02:55 PM
Hello sh4, you are required to use the SmtpClient class from .NET framework that can be found here with examples:
SmtpClient Class (System.Net.Mail)
You may be required to install an SMTP server component to connect to with the script, in order to send mail from your client computer to be placed within SmtpClient("smtpserverhere")
SmtpClient Class (System.Net.Mail)
You may be required to install an SMTP server component to connect to with the script, in order to send mail from your client computer to be placed within SmtpClient("smtpserverhere")
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 09 November 2010 - 03:21 PM
Yes Thank you very much for this information Nullw0rm,
But which one and how will i install tihs in my visual c++ 2010 client?
i dont know anytihng about it
Can you help me about that?
But which one and how will i install tihs in my visual c++ 2010 client?
i dont know anytihng about it
Can you help me about that?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









