Jump to content
MDDHosting Forums

PDO, Mail Limit, MySQL


dazehead

Recommended Posts

Hi there,

 

1. Do u support PDO (PHP data objects), the driver that allows more secure connection to databases like mysql? Is it plug and play installed, or do I need to do something with php.ini?

2. What is the hourly limit for number of mails sent from PHP? I need to send automated emails to confirm my users' appointments.

3. Does the size of MySQL database count towards the disk space limit?

 

Thanks!

David

 

Link to comment
Share on other sites

1. Do u support PDO (PHP data objects), the driver that allows more secure connection to databases like mysql? Is it plug and play installed, or do I need to do something with php.ini?

pdo_mysql is already installed and available for use.

 

2. What is the hourly limit for number of mails sent from PHP? I need to send automated emails to confirm my users' appointments.

You can send 200 emails per hour across all all methods of sending email, after that, any mail is discarded until the next hour.

 

3. Does the size of MySQL database count towards the disk space limit?

Yes.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...