app send mail
1.0.0
./composer.phar install
composer require phpmailer/phpmailer
Em xampp/app_send_mail/processa_envio.php
line 46: $mail-> Host = ' insert your smtp host ' ;
line 48: $mail-> Username = ' insert your email addres ' ;
line 49: $mail-> Password = ' add your app password ' ;
line 54: $mail->setFrom( ' your email ' , ' custom address ' ) ;