Hi guys,

How do I change the email header stuff? So when I receive an email from drupal (im using gmail) in my inbox i see its from 'info' or 'team'.

How do i change it so that it displays 'Site Name'?

Cheers,

Comments

rusdvl’s picture

Any one know how to do this?

Anonymous’s picture

Do you have the Tokens module installed?

http://drupal.org/project/token

I allows you to insert simply 'strings' that you are likely to need anywhere on your site. It is particularly useful for emails.

http://drupal.org/node/390482

So Site Name would be [site-name]

rusdvl’s picture

Yes I've got token installed. But where is the system configuration for the standard system email?

Anonymous’s picture

You will find the emails for registration, pending registration, blocking user, password recovery etc at this path:
admin/user/settings

Hope that is what you were meaning?

rusdvl’s picture

Well that is for the content and subject of the email. Which I already modified accordingly. I need to change the actual headers sent so when you look in your inbox (without opening the email) the from title is currently displayed as 'info' (if the email used is info@example.com) I need to change that to [site name]. So that it sends the email from info@example.com but when you receive it in your inbox the "name" is [site name]

If you know what i mean....?!

m4t’s picture

Yes, I know what you mean... I've the same problem! :(

Is there a solution..? Did you find anything?

rusdvl’s picture

no, havent found anything... but i havent really looked into it any further... i left it be for now. but will need to find a solution at some point.

bala.d’s picture

Thanks for giving the link and now the bug was fixed...