Author Topic: Append domain to the To: field  (Read 8280 times)

Offline dogcow

  • Jr. Member
  • **
  • Posts: 31
Append domain to the To: field
« on: June 27, 2006, 12:26:11 PM »
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 'User@domain.com', 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. ::)
« Last Edit: July 23, 2012, 01:22:44 PM by dogcow »

Offline urbanx

  • Newbie
  • *
  • Posts: 8
Re: Append @macgui.com to the To: field
« Reply #1 on: June 27, 2006, 02:38:51 PM »

this should probably be done at the MTA level.

Offline dogcow

  • Jr. Member
  • **
  • Posts: 31
Re: Append @macgui.com to the To: field
« Reply #2 on: June 27, 2006, 06:28:38 PM »
Quote from: urbanx

this should probably be done at the MTA level.

you mean with JavaScript?

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Append @macgui.com to the To: field
« Reply #3 on: June 27, 2006, 06:47:22 PM »
No, he means at the server level I think. Like the IMAP server should automatically do it.
 
  

Offline dogcow

  • Jr. Member
  • **
  • Posts: 31
Re: Append domain to the To: field
« Reply #4 on: June 28, 2006, 02:37:04 PM »
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.
« Last Edit: March 30, 2009, 09:52:53 PM by dogcow »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Append @macgui.com to the To: field
« Reply #5 on: June 28, 2006, 02:41:03 PM »
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

Offline Prasad1337

  • Global Moderator
  • Full Member
  • *****
  • Posts: 114
Re: Append @macgui.com to the To: field
« Reply #6 on: June 29, 2006, 04:37:06 PM »
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.

Offline urbanx

  • Newbie
  • *
  • Posts: 8
Re: Append @macgui.com to the To: field
« Reply #7 on: August 01, 2006, 11:04:59 AM »
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.