Olemis Lang wrote:
> On Wed, Jan 27, 2010 at 5:01 PM, Robby Findler
> <[email protected]> wrote:
>> Hi all: we're using trac as part of PLaneT, PLT Scheme's repository
>> for code. As part of PLaneT, users have set up their email address
>> and so I'd like to find a way to have bug reports go to that email
>> address, without asking them all to set up an email address in their
>> trac accounts. (I don't mind if the email addresses end up being
>> separate for PLaneT and for PLaneT's trac installation, but I'd like
>> to get them all at least initialized properly).
>>
>> Any suggestions?
>>
>
> This is a very frequent question. Take a look at [notification]
> section, especially
>
> smtp_default_domain
>
> Default host/domain to append to address that do not specify one
>
> Probably TracNotification mentions something about that too ...
Olemis, I think you miss the point. It's setting an e-mail address for
each user that is needed.
We sometimes do:
INSERT INTO session_attribute (sid, authenticated, name, value)
VALUES ('user', 1, 'email', '[email protected]');
INSERT INTO session_attribute (sid, authenticated, name, value)
VALUES ('user', 1, 'name', 'User Name');
Which I suspect is what the OP needs.
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.