Author |
|
Mathan Newbie
Joined: 27 June 2011 Location: India
Online Status: Offline Posts: 2
|
Posted: 27 June 2011 at 6:23am | IP Logged
|
|
|
Hi
I am using webmail lite. I want the To field to be the default address when we send a new mail.
That is the mail should be send to only one mail id.We should not be able to edit that field.
how to set that default value for that To field?
Please any one help.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 June 2011 at 10:02pm | IP Logged
|
|
|
I'd suggest to check the code and find where mail is sent out, and replace "To:" value with the one you require. In message compose window, you can make elements invisible by assigning wm_hide CSS class for them.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Mathan Newbie
Joined: 27 June 2011 Location: India
Online Status: Offline Posts: 2
|
Posted: 28 June 2011 at 3:20am | IP Logged
|
|
|
Hi,
I have tried passing the value for the to field manually in the new-message-screen.js file
It's showing as to value undefined.
I passed as var inp='mailid'; instead of the CreateChild in that place
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 03 July 2011 at 10:52pm | IP Logged
|
|
|
I see. If you sort this out, would be a good idea to post the solution here so that others could use it.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|