Can we change notice email from field?

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
hdbrink
Posts: 6
Joined: Thu Jul 19, 2007 1:54 pm

Can we change notice email from field?

Post by hdbrink »

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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

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

Code: Select all

mail($settings['admin_email'],'New forum post',$message);
to

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 Image

Image 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
Locked