|
Does anyone have any company recommendations for E-mail hosting? We have around 80-90 e-mail accounts. The problem I'm having is finding a decent priced host that has a decent amount of space. So far, the only company I have found is Fusemail.com. The...
Started by Jacob on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
24/7 phone support 3rd party.
Premier Edition 50 $USD / account / year 25 GB space for e-mail Text ads optional Integrated Postini scheduling 99.9% e-mail uptime guarantee APIs for Single Sign On, etc.
|
|
Hello,
in my website i've a PHP script that automatically mails to my customers a confirmation about the order. My website's domain is registered to a company that hosts my website too. I have a lot of problems to send e-mails using mail() function to...
Started by BitDrink on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I've noticed that with....
If you can get your own IP address and send mail cases .
Your mails via mail() or if it dont't work due to shared-hosting-problems via SMTP over an other host to them from a shared host is going to be tough.
|
|
OS - Ubuntu, PHP version - 5.3, MTA - Exim.
How you can limit number of email messages virtual host can send using standart PHP mail() function per interval of time (preffered would be hours, but days are ok).
PHP processes are running with seperate user...
Started by Kristaps on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
|
Ask your Facebook Friends
|
I didn't know i can't request free hosting here. Well i am going to ask for cheapest possible SMTP hosting then.
Ok here is my situation
I'm hosting a wordpress blog with a few users (less than 50). I have a plugin to send e-mail to users each time an...
Started by ungovernable on
, 15 posts
by 6 people.
Answer Snippets (Read the full thread at webhostingtalk):
Because i don't need a new hosting provider, i am already happy with mine and i don't care about quality....
My problem is that my webhost don't allow me comes price: SocketLabs .
To send e-mail to users each time an article is posted.
|
|
Why is e-mail free and SMS on a mobile phone charged for?
Started by n00ki3 on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at superuser):
Mostly though it's because e-mail can be ad-supported for SMS and not for ....
First of all because E-Mail is relatively cheap, per email, whereas phone companies have to maintain not only their software but the network.
|
|
There are a few similar questions. I just want to clarify one part.
If I want to send an e-mail (up to 30) in response to user's action, what execution context do I do it from?
Do I do a sync call (mail server is in the same data center, so actual sending...
Answer Snippets (Read the full thread at stackoverflow):
If you.
Processing time to create the threads and close them down than to send one e-mail to the mail serverShared hosting or not, your threads will only be able to use the resources alloted to you.
|
|
Hello!
I'm developing an administration panel (in php), for a website (in a shared host), to let the administrator to manage the personal infos of the employees! With this panel should be possible to create or delete an e-mail account for an employee ...
Started by BitDrink on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You will need exhaustive permissions will be able to run on a shared ....
Http://www.google.com/apps/intl/en/group/index.html
E-Mail accounts are created on the mail-server Source hosting control panel, maybe somebody else does.
|
|
We currently have a provider that we use to primarily forward our e-mails to both a hosted Exchange site and to outside e-mail addresses. We have a large # of forwards set-up (maybe 500). They work fine for us but the bandwidth costs are a getting pretty...
Started by Paul Mrozowski on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The 'Home' ....
You can get candid advice at sites like webhostingtalk.com
Get 300GB for web hosting.
However solution at a good hosting company.
Shared hosting companies have inexpensive plans that offer unlimited email forwarders.
|
|
Looking to find out infrastructure recommendations/hardware solutions/appliance solutions that can handle a fairly high volume of e-mail accounts and traffic.
There is a lot of cruft out there and marketing speak for hardware that looks way overpriced...
Started by Zethris on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I've used it for more than 10 years for a couple of clients while growing... .
Rock solid and great performance.
Lots of clustering and management features.
The only commercial email server that I know is scalable enough is CommuniGate from Stalker software .
|
|
I have taken out a hosting agreement with a well respected hosting provider for a couple of internet facing servers. We have deployed several applications to these servers which send various e-mails back to us for reporting purposes.
Context:
Each server...
Started by Gavin Osborn on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Okay, I'm playing devil's avocado here, but just on the off-chance, I'll mention it - are you using some sort of queuing technique for sending your emails in your app? I ask in case you are using a servicebus-style architecture, and maybe messages are... .
|