By rusdvl on
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,
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
Any one know how to do this?
Any one know how to do this?
Tokens?
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]Yes I've got token installed.
Yes I've got token installed. But where is the system configuration for the standard system email?
General System Emails
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?
Well that is for the content
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....?!
Yes, I know what you mean...
Yes, I know what you mean... I've the same problem! :(
Is there a solution..? Did you find anything?
no, havent found anything...
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.
Try this
http://civicactions.com/blog/2009/oct/10/modifying_your_sites_email_header
Wow..its working
Thanks for giving the link and now the bug was fixed...