Recent Topics

1 Jun 14, 2009 21:24    

My b2evolution Version: 2.x

Hello,

I noticed that when a new user registers, that the new user get an email verification with sender >>> b2evo@myhostname.com

Is it possible to change the b2evo in front of the @ to my own name and if yes, where do I have to do this.
(if possible please detailed reply because I am a php beginner :( )

Thanks in advance.

Regards
Meike.

(using versie 2.4.7.)

2 Jun 14, 2009 21:44

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

3 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 Jun 14, 2009 22:29

Hi lturner,

Thank you very much for your reply, I will try it out.

Regards,
Meike

5 Jun 14, 2009 22:59

Hi lturner,

That did the trick ... thank you once again for your answer.

Regards,
Meike


Form is loading...