how i use package Pear Mail

i want download

… or can i use terminal to this command
$ pear install mail

You cannot install custom PEAR packages on InfinityFree, but the library you linked is just PHP code, so you can use it on your website without PEAR (like with Composer, for example).

i try this code mail() but he say to me it complete but he don’t send anything :frowning: why?

@ArabG4mer said:
i try this code mail() but he say to me it complete but he don’t send anything :frowning: why?

mail() is from PHP mail, not the PEAR Mailer package.

Please see this article for more info: https://infinityfree.net/support/php-mail/

okay thx :frowning: T_T