o4oren / Ad-Hoc-Email-Server

An ad-hoc disposable temporary mail server. Create and use ad hoc disposable mailboxes for testing or any other purpose.
Apache License 2.0
383 stars 91 forks source link

Use Multiplie Domain #91

Open taikhoanxzc004 opened 7 months ago

taikhoanxzc004 commented 7 months ago

Im' forrmat: allowedDomains=["my.domain.com", "my.second-domain.com"] but only show my.domain.com on my web Please guide me how to use multiplie Domain

gcleaves commented 7 months ago

The system will receive email for all of your domains but always displays the same domain. Email to @. will arrive to the same inbox as @. You would need to develop an improvement to achieve your desired outcome.

On Tue, 5 Mar 2024, 08:32 kalinh, @.***> wrote:

Im' forrmat: allowedDomains=["my.domain.com", "my.second-domain.com"] but only show my.domain.com on my web Please guide me how to use multiplie Domain

— Reply to this email directly, view it on GitHub https://github.com/o4oren/Ad-Hoc-Email-Server/issues/91, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH6GZNVZ5YXJNR2LMN4PP3YWVXX5AVCNFSM6AAAAABEGSWYE6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3DQNBYHE2DOMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

taikhoanxzc004 commented 7 months ago

My config: allowedDomains=["domain1.com","domain2.com"] but only recive mail domain1.com

taikhoanxzc004 commented 7 months ago

Oh, it's work for config allowedDomains="domain1.com","domain2.com" I have any question: Can I choose to create emails by domain? Can I read mail by domain? When using the API, can I read mail by domain?

gcleaves commented 7 months ago

I don't think so, no. You search by mailbox, which is shared for all domains.

On Tue, 5 Mar 2024, 08:59 kalinh, @.***> wrote:

Oh, it's work for config allowedDomains="domain1.com","domain2.com" I have any question: Can I choose to create emails by domain? Can I read mail by domain? When using the API, can I read mail by domain?

— Reply to this email directly, view it on GitHub https://github.com/o4oren/Ad-Hoc-Email-Server/issues/91#issuecomment-1978161000, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH6GZPLIQNN7B4T654DERLYWV3N7AVCNFSM6AAAAABEGSWYE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZYGE3DCMBQGA . You are receiving this because you commented.Message ID: @.***>

taikhoanxzc004 commented 7 months ago

If it is possible to upgrade and use separately for domains, it would be great I hope in the future AHEM will update this function