Hey,
Sorry for the delay - I’m using PHP mail. I would like to upgrade but my client isn’t wanting to pay out further money at present!
Thanks
Shell
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
October 30, 2009 6:16am
Subscribe [3]#16 / Nov 04, 2009 5:01am
Hey,
Sorry for the delay - I’m using PHP mail. I would like to upgrade but my client isn’t wanting to pay out further money at present!
Thanks
Shell
#17 / Nov 04, 2009 4:52pm
I am afraid this is not making it easier for us; there were some changes and fixes related to email, if I recall, in one of the later builds, and you really are more than a year behind (meaning none of us runs that version anymore). That said, there’s one thing you can try.
Your host seems to require sendmail to use the -f flag explicitly. You can try to modify core.email.php to provide that flag, like so:
var $mailpath = "/usr/sbin/sendmail -f .(JavaScript must be enabled to view this email address)"; // Sendmail pathYou’ll have to adjust .(JavaScript must be enabled to view this email address) to the mail address you’re using to send mail from.