A Simple Example


GitHub - PHPMailer/PHPMailer: The classic email sending library for PHP

<?php
//Import PHPMailer classes into the global namespace
//These must be at the top of your script, not inside a function
use PHPMailerPHPMailerPHPMailer; // src dosyası içinde yol doğru değil ?
use PHPMailerPHPMailerSMTP; // src dosyası içinde yol doğru değil ?
use PHPMailerPHPMailerException; // src dosyası içinde yol doğru değil ?

//Load Composer's autoloader
require 'vendor/autoload.php'; // bu dosya yok ?