Microsoft Access - Google REST API - Send Email via Gmail

  Рет қаралды 1,280

D Pineault - Tech, Programming and more

D Pineault - Tech, Programming and more

Күн бұрын

Пікірлер: 39
@johnclark851
@johnclark851 7 ай бұрын
I put this through its paces this morning. Good stuff!
@DanielPineault
@DanielPineault 7 ай бұрын
Glad you enjoyed it!
@continental_drift
@continental_drift 4 ай бұрын
Great demo! Thanks.
@DanielPineault
@DanielPineault 4 ай бұрын
Thanks for watching!
@dilligaf_at_all
@dilligaf_at_all 3 ай бұрын
In the article on your website, you finished by saying "In the coming days I will be working further on both articles to add more information." Did this happen and where might I find it? Thanks
@DanielPineault
@DanielPineault 3 ай бұрын
No, I haven't revisited the Google API any further and rather concentrated on the Microsoft Graph API. I will eventually revisit it, I just don't know when. In reality, I've played around, developed code, but haven't had the opportunity to write the article or create videos on the subject matter.
@andreask18
@andreask18 7 ай бұрын
Thank you Daniel. I tried running the demo but I am getting plenty of script error when running Google Authentication in the web browser control. I was able to login on the web browser control but when it was time to click Allow or Deny, both buttons are disabled and I suspect because of the script errors. I was able to run the Google Authentication page just fine on a regular browser. Is there any setting special setting I need to set? I understand that web browser control is using Internet Explorer.
@DanielPineault
@DanielPineault 7 ай бұрын
Sound like you're using the original web browser control. You can try setting the Feature Browser Emulation, refer to: www.devhut.net/everything-you-never-wanted-to-know-about-the-access-webbrowser-control/ But I too experienced issues with Microsoft's authentication, unlike with Google's, and had to switch to using the Modem Web Browser control to get around the issues.
@redrobienahouseofpaws
@redrobienahouseofpaws 7 ай бұрын
I just can't thank you enough for this. It is fantastic stuff. Can I ask you how to add attachments to the email. It is way to complicated for me at this stage to work it out
@DanielPineault
@DanielPineault 7 ай бұрын
It not something that I've explored so far. I know it's possible and it is on my 'to do' list because it is a critical aspect of sending emails. If/when I explored it, I'll update my articles ...
@redrobienahouseofpaws
@redrobienahouseofpaws 7 ай бұрын
@@DanielPineault I'm looking forward to that, Daniel. Could you also include "From Email Address", please?
@DanielPineault
@DanielPineault 7 ай бұрын
Do you mean sending on behalf of?
@redrobienahouseofpaws
@redrobienahouseofpaws 7 ай бұрын
@@DanielPineault Just the option to enter the sender's name instead of the sender's email address which is used by default.
@TheRealWillM
@TheRealWillM 7 ай бұрын
Yes for appointments and activity tracker if you have time (as well)
@DanielPineault
@DanielPineault 7 ай бұрын
Thank you for your feedback.
@BenMenegazzo
@BenMenegazzo 7 ай бұрын
Hi Daniel, this was a very informative video and associated article. Personally, I would love to see an article (or any information really) relating to working with the Xero API.
@DanielPineault
@DanielPineault 7 ай бұрын
Noted
@bumpersmith
@bumpersmith 7 ай бұрын
Thank you, Daniel. I am struggling with a replacement for outlook to send our little town's historical society's newsletters. Hopefully, I can study this and make it work with modifications for a replacement for my current vba code to email the newsletters. Any help to start to steer away from MS is a plus in my opinion. Keep up the good work.
@DanielPineault
@DanielPineault 7 ай бұрын
My pleasure. CDO Mail is another viable option in certain scenarios Or perhaps switching to an alternate email client which still allows for automation (I'm thinking of Thunderbird for instance).
@bumpersmith
@bumpersmith 7 ай бұрын
@@DanielPineault Yes, I am looking at Thunderbird. I have watched your video that includes Thunderbird but have not had time to download and try it. I did try your sample on CDO but could not get it to work for me. I am sure it was because I was not able to understand how to get the correct Gmail parameters.
@ingridglorieux6414
@ingridglorieux6414 6 ай бұрын
Thank you very much for this demo!!! So interesting! I have an error on this line: HF_EncodeURIComponent = CreateObject("HTMLFile").parentWindow.encodeURIComponent(sURI) a suggestion on how to solve this?
@DanielPineault
@DanielPineault 6 ай бұрын
Are you running 32 or 64-bit?
@ingridglorieux6414
@ingridglorieux6414 6 ай бұрын
@@DanielPineault 64 bit
@DanielPineault
@DanielPineault 6 ай бұрын
I'm afraid I don't have a 64-bit system with a version of Access that has the Modern Web Browser control. I just don't use 64-bit. It causes more issues than it ever resolved. So I'm not in a position to do any troubleshooting. You could try swapping the function for another one found on my blog: www.devhut.net/vba-url-encode-uri-encode/
@DanielPineault
@DanielPineault 6 ай бұрын
Perhaps I'm jumping the gun here. What is the error you are getting? What is the URI you are passing? Have you tried not enocding the URI, perhaps it will works without encoding.
@ingridglorieux6414
@ingridglorieux6414 6 ай бұрын
@@DanielPineault Error number 438
@nutsonbikes
@nutsonbikes 7 ай бұрын
Wow, this looks monstrously more complicated than COMS! Great stuff though!! We use M365 at my company and I have a project oriented db which has user tasks. Can tasks in to do or even Planner be accessed?
@DanielPineault
@DanielPineault 7 ай бұрын
Sure! Take a look at learn.microsoft.com/en-us/graph/todo-concept-overview Of course it's more complicated. When using COMs we simply use built-in methods, functions and Outlook does everything else for us (established connection, send the request, ...). So when we have to replace all of that there's a considerable amount of extra code required.
@sudarsonoliyis
@sudarsonoliyis 7 ай бұрын
Exactly what I need
@DanielPineault
@DanielPineault 7 ай бұрын
Glad you enjoyed it.
@romeusCM
@romeusCM 4 ай бұрын
Saludos, envia este mensaje : Acceso bloqueado: Error de autorización Client missing a project id. Si eres un desarrollador de esta app, consulta los detalles del error. Error 401: invalid_client
@DanielPineault
@DanielPineault 4 ай бұрын
¿Ha configurado la variable en el módulo mod_Google?
VBA - Including Line Numbers In Your Error Handler
10:28
D Pineault - Tech, Programming and more
Рет қаралды 921
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 112 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Building a todo app: before and after Verbs
26:07
Chris Morrell
Рет қаралды 1,1 М.
How to send email using Gmail API (uses OAuth2 and nodemailer)
17:55
Microsoft Access - Best Practices
23:02
D Pineault - Tech, Programming and more
Рет қаралды 1,3 М.
How to Ask Questions to LLMs
56:35
Phi-AI
Рет қаралды 59
NGINX Tutorial for Beginners
51:03
freeCodeCamp.org
Рет қаралды 314 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
Adding Drag and Drop Functionality to your Microsoft Access Database
31:01
D Pineault - Tech, Programming and more
Рет қаралды 2,1 М.
Deep Dive into REST API Design and Implementation Best Practices
12:02
Software Developer Diaries
Рет қаралды 66 М.
Sending Email Using the Gmail API And Java
27:27
Sebastian Daschner
Рет қаралды 50 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН