Forums | Mahara Community

Support /
Contact email name


anonymous profile picture
Account deleted
Posts: 2

28 March 2011, 9:19

Hi all,

i would like to change the name used by the smtp email.

Now when the user register receives an email like

mahara <[email protected] >

I would like to change it to

myname <[email protected] >

where can I configure it?

 

Thanks,

 

michele

Ruslan Kabalin's profile picture
Posts: 146

28 March 2011, 10:08

Hello Michele,

When Mahara sends email from 'noreply' address, Mahara site name is used as sender name. So, that name you see in email is in fact your site name and you may change it in Admin->Site Options->Site Settings if you like. There is no separate setting for defining noreply sender name independently at the moment.

Ruslan

anonymous profile picture
Account deleted
Posts: 2

29 March 2011, 3:34

Hi Ruslan,

thanks! it works!

 

Best,

Michele

29 March 2011, 2:08

Hello Michele,

In your mahara folder, locate the file  "lib/config-defaults.php". This file contains more options for your Mahara web site. Never modify that file but copy/paste the command you are interested in, into your "config.php".

In your case you could copy/paste the command

   $cfg->noreplyaddress = '[email protected]'

into your "config.php" file.

Then, Mahara will use this information to send 'noreply' emails to users.

HTH

-dajan

Ruslan Kabalin's profile picture
Posts: 146

29 March 2011, 4:21

This will only change the noreply address itself, I believe what Michele was looking for is the actual sender name associated with that address which is displayed in email client. Wink

5 results