Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 721 Bytes

File metadata and controls

24 lines (22 loc) · 721 Bytes

bomale.github.io

Progetto HTML/CSS Start2Impact sito personale

crea e carica un file config.php

<?php
$INFO = [
    'host'      => '',//host mail server
    'username'  => '',
    'password'  => '',
    'port'      => '587',
    'type'      => 'tls',//tls SMTPSecure
    'to_mail'   => '', // chi riceve la mail dal contact.php
    'to_name'   => '' //nome che compare nel mittente
];