Hi, we have a server where max emails x plan is setting to 1.000
It's ok for normal plan
Now we have this request: 1 plan that sell to other mailing service.
Example
My Customer have a plan
http://www.example.com
Any customers of he can log and send mailing.
In this case there are more customer that use service and 1000 emails/hour is really too low.. but we wan't change setting.
I have think that may be possible to setting virtual subdomain:
http://c1.example.com
http://c2.example.com
http://c3.example.com
But setting as plan so any of these can have max 1k emails/hours.. but the source code of mailing is only one and is under
www.example.com/..
there is a solution ?
thxx