Skip to content

bomale/bomale.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
];