PHP mail() to send email on free hosting accounts
PHP mail() is severely restricted on Lenyxo Hosting. Although some messages sent using the mail() function may succeed, generally most messages will be rejected by the mail system. If you want to send mail from your website, the easiest way would be to use an external SMTP service. Using PHPMailer in combination with Gmail is …
PHP mail() to send email on free hosting accounts Read More »