NASM - The Netwide Assembler
NASM Forum => Programming with NASM => Topic started by: ngochuan1st on September 29, 2012, 12:29:10 PM
-
i want to send mail using Gmail Account but i don't know how to use MAPISendMail.
-
MAPI? MicroSoft thing, isn't it? I'd go there for details.
http://msdn.microsoft.com/en-us/library/office/cc765775.aspx
Looks complicated. Good luck!
Best,
Frank
-
I need a example in nasm, can you help me ???
-
Holy crap, are programmers becoming more lazy?!?!
I did an internet search for "GMail API" and the first link was this https://developers.google.com/google-apps/gmail/ so you could use IMAP or even SMTP. For SMTP read the RFC's to describe how to communicate with the server
https://www.google.com/search?client=opera&rls=en&q=SMTP+RFC&sourceid=opera&ie=utf-8&oe=utf-8&channel=suggest
and the IMAP RFC's https://www.google.com/search?client=opera&rls=en&q=IMAP+RFC&sourceid=opera&ie=utf-8&oe=utf-8&channel=suggest
-
I'm study English not good, so i need a example... :(