1
I have configured the normal php mail() function to do the mailing within Xoops. Everything works fine with mail forms like the 'contact us' module, the notitifies, the mails send from the messageboards, etc.
So when I receive a 'contact us' mail from the site, the sender is "admin@mysite.com". Same with other modules that uses mailing options.
But with the e-Card option within xcGallery, the address of the sender (my site) gets screwed up. So when someone receives an ecard send from my site, the address of the sender is like this:
mydomain@mail.myhost.com instead of
admin@mydomain.com like with all other modules.
Since it works so fine with all other modules (and phpbb or invision messageboards that I've used), it must have something to do with this module.
Does anyone knows what's the problem here and what I need to do to fix it?