Messages with multiple addresses
« on: October 03, 2017, 07:59:39 AM »
Hi there!

As far as I understood XML Sitemap Generator uses php_mail() function to send mails. So I added two users into the email notification as "user1@domain.ext1, user2@domain2.ext". What happens then is that those users are used also in the "from"-field!

Is there a possibility to specify a From-adress?

best regards
Zelko
Re: Messages with multiple addresses
« Reply #1 on: October 03, 2017, 05:37:00 PM »
Hello,

you can add "xs_email_f" option set to "1" in generator/data/generator.conf file to use "-f" option (with email address same as "to"), otherwise it will not use "-f" parameter in mail() function.