Salve sto cercando di far funzionare
questo script su uno spazio ospotato da voi.
Il problema che riscontro ? :
Codice:
Notice: Only variable references should be returned by reference in /home/[omissis]/public_html/smtp.php on line 94
Array ( )
credo dipenda da
Codice:
/**
* Send the email using smtp method. The setSMTPParams()
* method simply changes the HELO string to example.com
* as localhost and port 25 are the defaults.
*/
in pratica dovrei sapere i dati del server smtp del dominio
Codice:
$mail->setSMTPParams('localhost', 25, 'smtp.miodominio.it');
sapete aiutarmi?