+ 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
3 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
+ 1
You can use print("Check your email and see the message.") in python.