xenocrat / chyrp-lite

An ultra-lightweight blogging engine, written in PHP.
https://chyrplite.net/
BSD 3-Clause "New" or "Revised" License
417 stars 44 forks source link

What is the way to specify the from address used in the emails? #272

Closed AmritasyaPutra closed 2 months ago

AmritasyaPutra commented 2 months ago

For user registration the email are sent as www-data@domain.name where www-data was the user running my apache2 webserver. How can I explicitly specify what from address should be used?

I am using Chyrp Lite "Oak" with php8.3-fpm.

xenocrat commented 2 months ago

Hello there,

Emails are sent with the "From" field set to your blog's contact email address.