mail()-function in PHP7 still available?
-
My webhoster updates his PHP to PHP7. I use this only for sending mails in a contact form using the mail()-function. Refering to http://php.net/manual/de/function.mail.php[^] in Version 7 mail() is no longer available. Am I right with this assumption? if yes, are there any alternatives? I could still use php4 functionality, but my webhosters wants extra fees for php4-support. Thanks in advance! André
-
My webhoster updates his PHP to PHP7. I use this only for sending mails in a contact form using the mail()-function. Refering to http://php.net/manual/de/function.mail.php[^] in Version 7 mail() is no longer available. Am I right with this assumption? if yes, are there any alternatives? I could still use php4 functionality, but my webhosters wants extra fees for php4-support. Thanks in advance! André
-
Did you try searching for the alternative, which is at http://php.net/manual/en/function.imap-mail.php[^]?
its work like old php version
-
My webhoster updates his PHP to PHP7. I use this only for sending mails in a contact form using the mail()-function. Refering to http://php.net/manual/de/function.mail.php[^] in Version 7 mail() is no longer available. Am I right with this assumption? if yes, are there any alternatives? I could still use php4 functionality, but my webhosters wants extra fees for php4-support. Thanks in advance! André
-
My webhoster updates his PHP to PHP7. I use this only for sending mails in a contact form using the mail()-function. Refering to http://php.net/manual/de/function.mail.php[^] in Version 7 mail() is no longer available. Am I right with this assumption? if yes, are there any alternatives? I could still use php4 functionality, but my webhosters wants extra fees for php4-support. Thanks in advance! André