Sorry - let me just clarify:
$conf = array( 'site_mail' => 'your@address.here', );
I mean your site's general mail address here - not your personal one - however, it should still work as is. Also note that there should not be a comma behind the address - copy/paste error on my side. It should look like this: $conf = array( 'site_mail' => 'your.site@address.here' ); Regards, Kobus
$conf = array( 'site_mail' => 'your@address.here', );
I mean your site's general mail address here - not your personal one - however, it should still work as is. Also note that there should not be a comma behind the address - copy/paste error on my side. It should look
For what it's worth, Kobus, Drupal style IS to have a dangling comma like that in arrays. -- Morbus Iff ( i am the sexy alpha geek ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http://www.disobey.com/ and http://www.gamegrene.com/ icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus
participants (2)
-
Kobus Myburgh -
Morbus Iff