Posts Tagged ‘Php Mail’

How hard is it to run a secure Linux server, with Apache, PHP, MySQL, and mail services?

I will be getting my own dedicated server soon and while I have a functional knowledge of the concepts of Linux, I don’t know everything. Will my server be reasonably secure if I am sure to keep everything updated and patched (assume there are no PHP scripts vulnerable to SQL injection etc.)

How hard is it to run a secure Linux server, with Apache, PHP, MySQL, and mail services?

I will be getting my own dedicated server soon and while I have a functional knowledge of the concepts of Linux, I don’t know everything. Will my server be reasonably secure if I am sure to keep everything updated and patched (assume there are no PHP scripts vulnerable to SQL injection etc.)

how to set the date received email in php mail function?

I need to send an email with the PHP mail function with an old date. Is that possible? If it is, please provide me with the correct PHP code.

How to send an embedded image in an email with php, but without phpmailer?

I cannot send emails with phpmailer because restrictions in the hosting server, then I want to do this with the php function mail(), thanks…