<?php$mailer = new PHPMailer();$mailer->AddAttachment("images-Ruta/Image-Nombre.jpg", "Nuevo-Imagen-Nombre.jpg");?>