WRONG Password

Process a CORRECT Password :-)
This file would not send any mail as the following line is commented :
$mail->AddAddress("addressee@receiver-domain.com", "Addressee - TITLE");
Invalid ACCESS, mail will be sent ANYHOW amd marked in the E-mail property detals as : esmtp  []
Receiver [$mail->AddAddress("...", "...");] will then read in his mail property
Mail transmission protocol types includes :
esmtp, esmtpa, esmtps and esmtpsa

[ SOURCES : 1   2   3 ]
ESMTPA stands for ESMTP with SMTP-AUTH, and ESMTP is SMTP with Service Extensions as defined in RFC 2821. ESMTPS is ESMTP over a secure connection. ESMTPSA is both ESMTPA and ESMTPS


Of course you can arrange to send here, by using a post-form, the password value, the Mailer string [from] and all desired values to match your needs.
Return-path: <admin@domain.com>
Envelope-to: addressee@receiver-domain.com
Delivery-date: Thu, 24 May 2007 19:58:55 -0400
Received: from localhost ([127.0.0.1] helo=www.domain.com)
	by name.isp.com with esmtp (Exim 4.63)
	(envelope-from <admin@domain.com>)
	id 1Hr8uB-0002Dq-9N
	for addressee@any-domain.com; 24 May 2007 19:58:54 -0400
To: Addressee-TITLE <addressee@receiver-domain.com>
From: Mailer <mailer@mailer-domain.com>
Subject: PHPMAILER TEST
...
. . .
[SMTP BASIC] CODE