• Welcome to Sitemap Generator Forum.
 

Messages with multiple addresses

Started by zelko.slamaj, October 03, 2017, 07:59:39 AM

Previous topic - Next topic

zelko.slamaj

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

XML-Sitemaps Support

#1
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.