Hello!

I have to send some e-mails from my Qt application, but I couldn't find something in Qt to help me with that. So I need to use mail() from PHP to send e-mails. But how can I do that?

How can I execute a PHP script from Qt? (I know I can use QProcess, but is there any library that would actually recognize PHP code?)

Is there any way to send e-mail from Qt? (I know there was something in Qt3, but I don't know how to do it in Qt4)