Jump to content

c++ 2010

- - - - -

  • Please log in to reply
2 replies to this topic

#1
sh4

sh4

    Newbie

  • Members
  • PipPip
  • 16 posts
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
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
  • Location:Vancouver, Eh! Cleverness: 200
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")
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.

#3
sh4

sh4

    Newbie

  • Members
  • PipPip
  • 16 posts
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?




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users