Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.www.php > #21654

Re: phpmailer XAMMP e Windows 10

Path csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From Alessandro Pellizzari <shuriken@amiran.it>
Newsgroups it.comp.www.php
Subject Re: phpmailer XAMMP e Windows 10
Date Fri, 4 Aug 2017 06:25:55 +0100
Lines 19
Message-ID <euier3F69roU1@mid.individual.net> (permalink)
References <oluqhq$mnb$1@gioia.aioe.org> <olv2na$165p$1@gioia.aioe.org>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 7bit
X-Trace individual.net xzaMEH6B09Zs4j8PEjJ/Kgj8QZaRiSj9C6d7o4YFMlNN9eqt4=
Cancel-Lock sha1:sPbkLUOtmk9XRU2jBoZRXm96fmw=
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
In-Reply-To <olv2na$165p$1@gioia.aioe.org>
Content-Language en-GB
Xref csiph.com it.comp.www.php:21654

Show key headers only | View raw


On 03/08/17 12:51, NoS wrote:

> Ho trovato la soluzione la posto qui nel caso servisse ad altri.
> Ho risolto inserendo:
> 
> $mail->SMTPOptions = array(
>      'ssl' => array(
>          'verify_peer' => false,
>          'verify_peer_name' => false,
>          'allow_self_signed' => true
>      )
> );

Non ho idea del perche` Windows si lamenti perche` non uso Windows, ma
cosi` hai disattivato la verifica del certificato SSL del server di
posta, quindi ti stai esponendo al rischio che qualcuno finga di essere
GMail e intercetti tutti i messaggi che mandi.

Bye.

Back to it.comp.www.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

phpmailer XAMMP e Windows 10 NoS <NoS@nospam.no> - 2017-08-03 11:31 +0200
  Re: phpmailer XAMMP e Windows 10 NoS <NoS@nospam.no> - 2017-08-03 13:51 +0200
    Re: phpmailer XAMMP e Windows 10 Alessandro Pellizzari <shuriken@amiran.it> - 2017-08-04 06:25 +0100
      Re: phpmailer XAMMP e Windows 10 NoS <NoS@nospam.no> - 2017-08-11 08:14 +0200
    Re: phpmailer XAMMP e Windows 10 Leonardo Serni <lserni@gmail.com> - 2017-08-04 11:17 +0200
      Re: phpmailer XAMMP e Windows 10 NoS <NoS@nospam.no> - 2017-09-08 11:30 +0200
        Re: phpmailer XAMMP e Windows 10 Leonardo Serni <lserni@gmail.com> - 2017-09-08 17:09 +0200
          Re: phpmailer XAMMP e Windows 10 NoS <NoS@nospam.no> - 2017-09-08 18:50 +0200
            Re: phpmailer XAMMP e Windows 10 Leonardo Serni <lserni@gmail.com> - 2017-09-08 20:56 +0200
              Re: phpmailer XAMMP e Windows 10 NoS <NoS@nospam.no> - 2017-09-10 09:50 +0200

csiph-web