|
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.
|
|
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.
|
Ask your Facebook Friends
|
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... .
|
|
I would like to set up an e-mail address that would forward all incomming e-mail and change the sender.
Example: Random person sends mail to an account that I set up:
From: randomperson@randomsite.com To: aggregator@serviceprovider.com Subject: Test message...
Started by Hallgrim on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
(2) use a local mail client to do.
My host does this for $10/month.
Then set up procmail to do this.
hosting company which gives you ssh access and the ability to tweak your own mail settings.
|
|
Dear all...
I'm using Joomla 1.5 to create a local site for my office. The site will be accessed locally via intranet, and my PC will be the localhost for the site.
I'm using a Login pluggin, so that anyone who wanted to enter the site should create an...
Started by Dion on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Actually what the joomla does it takes the value as $_SERVER for the host so what you have to do u.
|
|
I need to create a PHP class that would send e-mails to all members of the website. Simple mysql_fetch_array and loop doesn't fit because my client wants a class and I actually don't know much about classes and what he exactly wants. Can you explain or...
Started by Donator on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If you are using a hosting....
When putting together an E-Mail from has any limit imposed on the number of outgoing E-Mails per interval.
:) But a few general pointers on sending out bigger numbers of E-Mails.
|