Roundcube Community Forum

 

Append domain to the To: field

Started by dogcow, June 27, 2006, 12:26:11 PM

Previous topic - Next topic

dogcow

I was looking at the code last night, and I wanted to add a line that if the To: field contains, for example 'User' instead of '[email protected]', the '@domain.com' part gets added internally.

This would make it somewhat easier/faster to send internal emails from members to other members.

If someone could post the additional lines for this, that would be great. I could probably figure it out myself, but it would take awhile. ::)

urbanx


this should probably be done at the MTA level.

dogcow

Quote from: urbanx this should probably be done at the MTA level.

you mean with JavaScript?

bpat1434

No, he means at the server level I think. Like the IMAP server should automatically do it.
 
 

dogcow

#4
Quote from: Brett No, he means at the server level I think. Like the IMAP server should automatically do it.

Oh, well I don't know how to do that and I doubt I could get my web host to make the fix either.

SKaero

that a good idea! Gmail, Aol, and Yahoo have it, or someing like you tipe in the first of the name and it makes a list

Prasad1337

Quote from: SKaero Gmail, Aol, and Yahoo have it, or someing like you tipe in the first of the name and it makes a list
Yeah!
And oh, one more thing,
in RoundCube,
the names that come up have to be clicked.
in gmail, i can just press enter to select it and have it entered in the To field.
but in RC if i press enter the list goes away.

urbanx

Quote from: Brett No, he means at the server level I think. Like the IMAP server should automatically do it.

correct. in fact, i believe that postfix does this automatically.