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).
-
1This may help: stackoverflow.com/questions/49137/…J.Z– J.Z2019-09-26 18:30:36 +00:00Commented Sep 26, 2019 at 18:30
-
1See the answers on a similar questionAlin– Alin2019-09-26 18:30:41 +00:00Commented Sep 26, 2019 at 18:30
-
Possible duplicate of Calling python from a c++ program for distributionOrdoFlammae– OrdoFlammae2019-09-27 15:00:49 +00:00Commented Sep 27, 2019 at 15:00
Add a comment
|