Hi all,
A decision was made. I'm working on an addition to the config panel of Streams in the YunoHost admin interface which will allow you to use PHPMailer rather than the mail() built-in function. I've decided to to it that way rather than try to work on the phpmailer addon itself. The idea here is that people who install a (streams) based website with YunoHost don't necessarily know their way on the terminal, while people who installed their website manually can probably handle the phpmailer addon configuration through the command line.
So, at the moment, we're here:
If we activate PHPMailer we'll first have very basic configuration options:
And if we decide to use an external SMTP server, we'll get a lot more:
For the moment, that's all I have to show. A very nice interface. But all the work on the code that has to run behind is still to be made. Could take a few days. Or more. Or maybe less, who knows. Fun times ahead!