How can I send an email via c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I send an email via c++?

I am writing a program to tell the user to check their email and see the message

6th Dec 2016, 10:38 AM
Louis Kwok
Louis Kwok - avatar
2 Answers
+ 3
oh I got it you mean email verification it is really long the process is find ip address of mail host then use that find its information use port for protocol being used create port send initial request wait for response send confirmation and then you can send email with text after that there are for again wait for response but you will have to import libraries to get commands for email. like socket
6th Dec 2016, 7:42 PM
Sandeep Chatterjee
+ 1
You can use print("Check your email and see the message.") in python.
6th Dec 2016, 11:49 AM
Nagendra Prajwal
Nagendra Prajwal - avatar