Mail hosting script

ExobiT

Regular Member
Joined
Apr 21, 2008
Messages
382
Reaction score
243
Hi

I have several domains like mail.tld and email.tld

I want to offer free email services with webmail, so users can create [email protected]

Anyone know of any scripts to offer this ?
 
What about if you get any email into any tld like : ( [email protected] , [email protected] , [email protected] , .. ..... .. .. , [email protected] )?? This is called email forwarding features that capture all email that send within your random email even "someone send you by mistake"..

If you have Namecheap as domain registrar then you can see a option call "Catchall" option from Domain management. If you bring this feature on then it will by default catch all your mail sended over your tld i.e: [email protected] will already capture and forward it into your forwarded email.

Don't forget to +REP :)
 
Really? Search for TMail there.

Some other solution is: Webmail Lite
I checked the TMail now, it seems its almost capable of doing it, except its build for temporary emails. I want to offer real emails, with some security to their emails like backup and everything. So TMail in is current form cannot work, although i asked the developer of how much it would cost to rebuild it as a real email solution

Webmail lite, i guess this could be working as a solution, i just need to code the user generation part and attach it via the API's and then rewamp the UI to fit what i need :)
 
The problem is not the mail server part. Its the rest, with user registration, webmail etc etc.
Yea... this can be done, not everything is going to be DONE FOR YOU... you can connect to their api to create registration and they get webmail see this picture on mailinbox https://mailinabox.email/static/control_panel.png
Create the webserver THEN create a new website landing page with a form that connects to your API (That will be provided) for registration and you are done.
Have fun
 
Back
Top