1 meike Jun 14, 2009 21:24
3 lturner Jun 14, 2009 21:53
Hi
I think you might have the wrong one. That config item has lots of warnings on it. I think the one you want is the one below it:
/**
 * Default email address for sending notifications (comments, trackbacks,
 * user registrations...).
 *
 * Set a custom address like this:
 * <code>$notify_from = 'b2evolution@your_server.com';</code>
 *
 * Alternatively you can use this automated address generation (which removes "www." from
 * the beginning of $basehost):
 * <code>$notify_from = $instance_name.'@'.preg_replace( '/^www\./i', '', $basehost );</code>
 *
 * @global string Default: $instance_name.'@'.$basehost;
 */
$notify_from = $instance_name.'@'.preg_replace( '/^www\./i', '', $basehost );
L
4 meike Jun 14, 2009 22:29
Hi lturner,
Thank you very much for your reply, I will try it out.
Regards,
Meike
5 meike Jun 14, 2009 22:59
Hi lturner,
That did the trick ... thank you once again for your answer.
Regards,
Meike
							
						
Hello,
I found the solution to my own question.
It's in the map blogs/conf in the file >> _advanced.php >> line 161 till 177
>> line 161 $instance_name = 'b2evo';
Change b2evo into your own name and the new user will get an email from yourname@myhostname.com.
Regards,
Meike