So here's the case, i have been working on a project(c++), for which i need to send an email to the user. i had learnt how to do that in python during a workshop but have no idea about how to do it in c++. so i need help on how to set up email in cpp or run a python code via cpp.(Would prefer the later).
Asked
Active
Viewed 39 times
0
-
1This may help: https://stackoverflow.com/questions/49137/calling-python-from-a-c-program-for-distribution – J.Z Sep 26 '19 at 18:30
-
1See the answers on a similar [question](https://stackoverflow.com/questions/7298762/send-email-with-attachment-in-c) – Alin Sep 26 '19 at 18:30
-
Possible duplicate of [Calling python from a c++ program for distribution](https://stackoverflow.com/questions/49137/calling-python-from-a-c-program-for-distribution) – OrdoFlammae Sep 27 '19 at 15:00