Skip to content

Instantly share code, notes, and snippets.

<?php
require_once 'PHPMailer/class.phpmailer.php';
//On init global
$obj_return;
$obj_return->responseGET = $_GET;
//On init le mail
$mail = new PHPMailer;