|
Hi,
Facing problem while sending email to another domain other than my company. Error while using SmtpMail.send method :
Could not access 'CDO.Message' object.
Curious to know anything that can we as developer can do anything with server settings or use virtual server with virtual settings to configure to get rid of this problem.
Thanx
Regards
Gaurav
|
|
|
Hi:
Instead of calling your smtp server name call localhost as
SmtpMail.SmtpServer= "lacalhost"; (or) "127.0.0.1";
It is working fine.
Thank you,
eshwar_gp
|
|
|
|
|
|
|
|