Problem in Sending Email by Vbscript using Easymail object
-
Hi all I am creating a vbscript application to send Email for that i used
Easymail object 6.0
. I used mailserver as smtp.gmail.com, i get 2 problems in that as 1) when i use ESMTP authentication it gives error The selected ESMTP Authentication mode is not supported by the server 2) when i comment ESMTP Authentication & send mail i get error The from address was not formatted correctly or was rejected by the SMTP mail server. Some SMTP mail servers will only accept mail from particular addresses or domains. SMTP mail servers may also reject a from address if the server can not successfully do a reverse lookup on the from address_please suggest what i do to send Email by vbscript using my Gmail account with Easymail object please suggest what i do to send Email by vbscript using my Gmail account with Easymail object_The Stifler -- Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.
-
Hi all I am creating a vbscript application to send Email for that i used
Easymail object 6.0
. I used mailserver as smtp.gmail.com, i get 2 problems in that as 1) when i use ESMTP authentication it gives error The selected ESMTP Authentication mode is not supported by the server 2) when i comment ESMTP Authentication & send mail i get error The from address was not formatted correctly or was rejected by the SMTP mail server. Some SMTP mail servers will only accept mail from particular addresses or domains. SMTP mail servers may also reject a from address if the server can not successfully do a reverse lookup on the from address_please suggest what i do to send Email by vbscript using my Gmail account with Easymail object please suggest what i do to send Email by vbscript using my Gmail account with Easymail object_The Stifler -- Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.
The Stifler wrote:
The selected ESMTP Authentication mode is not supported by the server
Yeah. GMail doesn't support ESMTP.
The Stifler wrote:
The from address was not formatted correctly
How did you set the "From Email Address"?
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)