Opened 22 months ago
Last modified 9 months ago
#1488068 new Feature Patches
Doubt: send email without domain
| Reported by: | kanino | Owned by: | |
|---|---|---|---|
| Priority: | 1 - Highest | Milestone: | later |
| Component: | Client Scripts | Version: | 0.4.2 |
| Severity: | normal | Keywords: | |
| Cc: | arthur@… |
Description
Hi, my name is Alejandro. I have a doubt and hope you can orient or help me.
I have been asked to send email internally without adding the private
domain, this is, just as in squirrelmail, being able to send email
internally recognizing the domain.
For example, if I want to email to alejandro@…,
diego@…, pedro@… Then when emailing just adding
alejandro, diego, pedro@…, so that by not adding "@"... it'll
recognize automatically the local domain with the name. Is it possible to do
this in roundcube?
I have been asked to do this since it was possible to do on squirrelmail, if
possible what files should i touch or modify to achieve?
Roundcube gives me a javascript error, where can i find this?
regards.
Change History (2)
comment:1 Changed 14 months ago by roentgen
- Cc arthur@… added

Hi,
It's the alert with the label "norecipientwarning". this popup is call in "program/js/app.js.src" when rcube_check_email return false. In this function the avaibility of the domain is check.
I think in squirrelmail do not internally recognizing the domain. It's the smtp who can't check the domain.
In my case, if i send to my postfix server (my smtp) a mail with just the login in the TO: clause, all the mail are correctly dispach