Posted: Sat Sep 20, 2008 8:50 pm
Parse error: syntax error, unexpected T_STRING in /home/fhlinux145/a/artofcomplaint.com/user/htdocs/include/functions.inc.php on line 538
Sorryb1ackcr0w wrote:Parse error: syntax error, unexpected T_STRING in /home/fhlinux145/a/artofcomplaint.com/user/htdocs/include/functions.inc.php on line 538
Code: Select all
ini_set("sendmail_from", " user@yourdomain.com ");
return mail($maildata['to'], $maildata['subject'], $maildata['message'], implode("\n", $maildata['headers']), '-fuser@yourdomain.com' );Glad we got to the bottom of itb1ackcr0w wrote:Big qudos to sonichouse, IT WORKS![]()
Harcoding, I just wanted the issue resolved, and once set, I won't want to change it.sonichouse wrote:Glad we got to the bottom of itb1ackcr0w wrote:Big qudos to sonichouse, IT WORKS![]()
![]()
Did you end up hardcoding the email or using $maildata['blogMail'] ?
I am not sure how changing the mail functions should affect the plugins.b1ackcr0w wrote:Ah, Looks like I've swapped one problem for another. I can't install any plugins since I made that change last night. Is it because I hard coded the mail address?!