This is an ongoing summary of how we’re moving a client with large local data needs to leverage IndexedDB and keep it synced in real time using Microsoft’s SignalR broadcasts. This is more of a logical flow than a technical how-to.
Sending large emails with Gmail API
I’m only writing this note because I’ve literally been working on this for 4 hours and there’s zero documentation. If you want to send an email with attachments that’s more than ~5mb using the .Net Gmail API, you’re out of luck…. but not really. It’s actually EASIER. I don’t know why in the heck they […]
Sending Email with a Google Service Account
Sending from a service account isn’t as easy as you’d think. There are a lot of parts to it and configuration issues on the google site of things. I’m going to document the code part, assuming you have a service account with the proper permissions already. Here are the steps
- « Previous Page
- 1
- …
- 3
- 4
- 5
- 6
- 7
- …
- 24
- Next Page »