Buongiorno,
ho una piccola difficoltà, siccome ieri ho aperto un server mio chiamato IKOULA con il pacchetto FLEX'S SERVER LINUX con il sistema operativo UBUNTU 20.4, ho poi codificato, usando CONSOLE, l'installazione tra: APACHE, DATABASE MYSQL, PHMYADMIN e tutto funzionano, poi nel file PHP.INI ho aumentato upload_max_size, etc...

Ora manca solo il fatto che, creo un file PHP invio email tramite MAIL() e non funziona, quindi ho dovuto modificare sul PHP.INI

[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = smtps.aruba.it
; http://php.net/smtp-port
smtp_port = 465


auth_username = info@miosito.com


auth_password = miapassword


; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = info@miosito.com


; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path = /usr/sbin/sendmail -t -i


; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail().
mail.force_extra_parameters = -info@miosito.com


Faccio il test, non funziona...

Cosa ho sbagliato? COme mi suggerite? Perchè ARUBA e REGITER sui domini normali funzionano benissimo con il codice di invio email tramite MAIL()