How to email a simple plain text on windows form application

Post your questions regarding programming in C++ in here.
22 posts Page 3 of 3
Contributors
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Just create an account with an SMTP provider (Google Mail, 1and1, Yahoo, etc) then fill out the login details in your program.
(make sure the terms allow 3rd parties to use the account as well)
User avatar
emreozpalamutcu
New Member
New Member
Posts: 15
Joined: Wed Jun 22, 2011 6:43 pm

thank you for your helps i couldn't of done it without you lot. I managed to do it, I used my internet provides hostname which is smtp.virgin.net and i received the email.
22 posts Page 3 of 3
Return to “General coding help”