Topic: Forum Mailer

I have specified my 'Webmaster e-mail' as my gmail address under the Options section, but it's not using that, it's using this:

World Wide Web Owner <www@myunixusername.mydomain.com>

I did some searching and someone else had a similar problem in another thread, but it didn't get resolved.

Re: Forum Mailer

I want to be able to change that e-mail address and the World Wide Web Owner 'from:' name.

Re: Forum Mailer

        // Default sender/return address
        if (!$from)
                $from = '"'.str_replace('"', '', $pun_config['o_board_title'].' '.$lang_common['Mailer']).'" <'.$pun_config['o_webmaster_email'].'>';

So, look in $lang_common to change the "World Wide Web Owner" bit
As for why webmaster email isn't working, dunno