Gmail from MS Access, VBA, Excel, Word…
"Send a Secret Email"
Escape From Outlook
Video 1 (0:56)
Escape From Outlook
Video 1 (0:56)
Sending an Attachment:-
Alan Asked:-
If I wanted to take it to the next level and add an attachment to the Build a Message section of the code. Under oMsg, what code would I add to have it grab a report or query and email it as an attachment.
If I wanted to add an attachment:
Add a line after “.textBody” and before “End With” like so:
.textBody = “From Keyed in Email Address”
.AddAttachment “H:\ADrive\YourFileName.txt”
End With
… …
How to send email using Gmail via Excel VBA
Gmail from Excel
Video 2 (16:09)
This YouTube “How to send email using Gmail via Excel VBA” from Dinesh Kumar Takyar demonstrates how to send Gmail from MS Excel with VBA.
… …
Google - Sign in using App Passwords
To use Google verification you will need an Application Specific password…
“Google Verification – App Passwords”
… …
Gmail with VBA Extra's
Retrieve Gmail with VBA?
CJ London asked the Question:- sending is pretty straightforward – but can you receive gmail into access?
Don't Know...
… …
Nice Article From MicroSoft
Collaboration Data Objects: Using E-Mail in Your Application
Extract:- How to incorporate e-mail into your client applications through the use of Collaboration Data Objects, a high-level set of COM objects that allow easy access to e-mail systems
EMail Tester
There’s a sample database on Colin’s site which looks interesting. Click on the link below and follow the instructions. I checked with Colin and it does use CDO. In any event it looks like an interesting example, well worth exploring.
… …