Forum Moderators: phranque
In doing so on a shared hosting plan i receive a memory allocation error as the php.ini has 32 MB and i cannot change it because i am on shared hosting. I am using Joomla and Acajoon component to send the mails; after every 7-8 mails out of 800 members i recive the fatal error of memory allocation and I am looking for a solution to this problem.
My main concerns are of sending 3 MB attachment mails to the members . What kind of hosting should i go for in order to send mails successfully.
Would VPS be useful .
Also what exactly is DNS hosting?
Yes, a VPS should work for you. It gives you adequate controls over the domain configuration, but no command line/root access. You MAY have the same problem for this reason (can't edit php.ini), check with the potential host.
DNS hosting, if I get you right, is a service to host your DNS servers off-site. The RFC for DNS hosting demands you have at least two DNS servers, and those MUST be on different IP addresses. It recommends that they be in physically dispersed locations, that is, not in the same IP class.
Some VPS/dedicated plans allow your server to serve as it's "own" DNS. This is where these problems crop up: the documentation says it's perfectly fine to create two DNS servers on the same IP. It's not. You'd want 1) either a second ip address for the purpose of a secondary DNS server on your dedi/VPS, or 2) an external DNS service to host your secondary DNS server (preferred.)
why should a vps (if I understand it correctly as virtual private server) not be accessible via ssh, most likely with root access if needed? that's, at least in germany, common practice.
a vps therefore would work since you could easily write (or hire someone to write) a commandline script that works through your mails and sends them one by one.