Hi,
Can we change the From field for the notice email sent on new message posts to a custom name, the default is "ftp" but I cannot see a variable in mboard.php where to change this.
thank you
D Brink
Can we change notice email from field?
The default one depends on your PHP settings. What you can do is open mboard.php in a plain text editor and change line 470 from
to
Code: Select all
mail($settings['admin_email'],'New forum post',$message);
Code: Select all
mail($settings['admin_email'],'New forum post',$message, 'From:you@ourdomain.com');
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools