Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.www.php > #22203
| From | metiub <artedisilicioNOSPAM@gmail.com> |
|---|---|
| Newsgroups | it.comp.www.php |
| Subject | Re: Funzione Mail |
| Date | 2018-08-26 20:27 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <plure9$1fm8$1@gioia.aioe.org> (permalink) |
| References | <plp4j3$j2l$1@solani.org> <plrovv$icf$1@gioia.aioe.org> <plunrq$pfg$1@solani.org> |
Greg ha scritto:
>
> Ho fatto questa prova, con e senza headers.
> Da due siti ottendo "Email inviata" ma da un sito ottengo "Email fallita"
> Quindi la funzione sembra che vada bene e che il problema sia sul sito,
> ma cosa?
>
Sembra quasi che il server non abbia il sendmail attivo.
Prova a caricare un file sul server con questo script:
<?php
echo 'Sendmail path: '.ini_get('sendmail_path').'<br>';
echo 'SMTP Host: '.ini_get('SMTP').'<br>';
echo 'Porta smtp: '.ini_get('smtp_port');
?>
Vediamo cosa riportano i 3 siti...
Dovresti vedere un risultato simile a questo:
Sendmail path: /usr/sbin/sendmail -t -i
SMTP Host: localhost
Porta smtp: 25
--
www.artedisilicio.com
Back to it.comp.www.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Funzione Mail Greg <greg@alicie.com> - 2018-08-24 16:26 +0200
Re: Funzione Mail metiub <artedisilicioNOSPAM@gmail.com> - 2018-08-25 16:27 +0200
Re: Funzione Mail Greg <greg@alicie.com> - 2018-08-26 19:26 +0200
Re: Funzione Mail metiub <artedisilicioNOSPAM@gmail.com> - 2018-08-26 20:27 +0200
Re: Funzione Mail Greg <greg@alicie.com> - 2018-08-26 21:19 +0200
Re: Funzione Mail Greg <greg@alicie.com> - 2018-08-28 15:53 +0200
csiph-web