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
Send and Access Gmail from Classic ASP
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.
Â
Send and Access Gmail from Classic ASP
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.
Â