Send and Access Gmail from Classic ASP

Asked By 30 points N/A Posted on -
qa-featured

Hello Dear Techyv Friends, 

I am in need to send and access Gmail from Classic ASP. Please provide me the coding to send and access email through Gmail using Classic ASP.

I am very fresh to ASP codings, 

So please do the needful for including notes for easy customization of the coding. 

Thanks & Regards, 

Geraldine Carr

SHARE
Best Answer by Tonya David
Answered By 0 points N/A #198531

Send and Access Gmail from Classic ASP

qa-featured

Hello Geraldine Carr!

Very glad to see your question. I think you asked quite complicated question but it doesn't matter.

Here is your required coding.

Code that can help

Reply back if this code doesn't work.


 

Best Answer
Best Answer
Answered By 0 points N/A #198533

Send and Access Gmail from Classic ASP

qa-featured

I have never implemented both the function using ASP.net, but it is possible to send, read or import emails from your Gmail account by writing some code in ASP.net.

The link contains the source code for the same.

Alternatively, Google provides some APIs which could be used to send and read email.

You have to pass your user name and password to Gmail using those APIs to fetch any email from Gmail account.

 

Related Questions