Page 1 of 1

Email not sent

Posted: Wed Sep 14, 2022 10:01 pm
by Havouza15
Hi!
What is needed on the server to be able to send emails using the contact form

Re: Email not sent

Posted: Fri Sep 16, 2022 4:10 pm
by onli
I'm not familiar with the plugin, but it probably works exactly like serendipity when emailing notifications for received comments. And that is basically just a big wrapper for https://www.php.net/manual/de/function.mail.php. If you are with a shared hoster enabling this is on him and you should contact him, if you are on your own system it's basically about enabling postfix, see https://devanswers.co/how-to-get-php-ma ... n-droplet/.

I remember that last time I had to setup this, I could not do it like normally and had to use a different hoster as email provider. I did describe that in german on https://www.onli-blogging.de/1916/Email ... space.html. But that was because the server was IPv6 only and thus behind Cloudflare, not a too common scenario. The writeup might help a bit anyway.

Re: Email not sent

Posted: Thu Sep 29, 2022 4:41 am
by arlettestoll
Thank you very much. Now it works.