# Developer Needed – Fix SendGrid Email Integration for ICP Website

**URL:** https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926
**Category:** Motoko
**Created:** [November 17, 2025, 2:30am UTC](https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926 "2025-11-17T02:30:10Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Rickyg25](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/rickyg25/32/32892_2.png) [@Rickyg25](https://forum.dfinity.org/u/Rickyg25)
#### Post date: [November 17, 2025, 2:30am UTC](https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926/1 "2025-11-17T02:30:10Z")

</div>

Our production website (built on the Internet Computer using Motoko + React via Caffeine .ai) is live and fully functional, except the contact form isn’t triggering emails through SendGrid as expected. We need an experienced **Internet Computer (ICP) developer** with strong **Motoko** and **HTTP outcall/API integration** skills to debug and patch the backend email system.

**Requirements:**

- Familiarity with Motoko coding and canisters

- Experience with SendGrid (or similar transactional email APIs)

- Understanding of HTTP requests and headers on the Internet Computer

**Goal:**  
Ensure every form submission successfully reaches SendGrid and emails info@FindMyPILawyer .com. or text me at 561-221-2882

Contact me with your experience and availability.

---

<div class="post-metadata">

### Author: ![nicko](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/nicko/32/532_2.png) [@nicko](https://forum.dfinity.org/u/nicko)
#### Post date: [November 17, 2025, 11:36am UTC](https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926/2 "2025-11-17T11:36:16Z")

</div>

Whats your timeline? Whats your budget?

---

<div class="post-metadata">

### Author: ![rbole](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/rbole/32/1334_2.png) [@rbole](https://forum.dfinity.org/u/rbole)
#### Post date: [November 17, 2025, 5:29pm UTC](https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926/3 "2025-11-17T17:29:38Z")

</div>

Hey, here is what we use:

> **[IC Academy - icSend - an Easy Way to Send Emails from the Internet Computer](https://blog.icacademy.at/blog/an-easy-way-to-send-emails)**
>
> Sending an email in the Web2 world is a straightforward task with numerous available methods. However, when it comes to decentralised applications, the process becomes significantly more challenging, even on the Internet Computer.

---

<div class="post-metadata">

### Author: ![Rickyg25](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/rickyg25/32/32892_2.png) [@Rickyg25](https://forum.dfinity.org/u/Rickyg25)
#### Post date: [November 17, 2025, 7:07pm UTC](https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926/4 "2025-11-17T19:07:49Z")

</div>

hi there thanks for replying! Timeline is asap. I don’t think this is going to be a hard fix. I used Caffeine AI to build the entire site, it’s just having problems integrating sendgrid in a way that automatically triggers and sends and email to me when the form on my landing page is filled out. the landing page has been built just need to get this one thing done. Doesnt have to be sendgrid either. Can you give me an estimate of what you would charge to get this done for me?

---

<div class="post-metadata">

### Author: ![rbole](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/rbole/32/1334_2.png) [@rbole](https://forum.dfinity.org/u/rbole)
#### Post date: [November 17, 2025, 7:26pm UTC](https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926/5 "2025-11-17T19:26:14Z")

</div>

If you’ve built this with Caffeine, you can simply ask Caffeine to send an HTTP outcall to an API that delivers the email. I’ve already done something similar with the GitHub API to trigger a build, so this should work just fine - especially since HTTP outcalls are also sent over IPv4.

---

<div class="post-metadata">

### Author: ![Rickyg25](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/rickyg25/32/32892_2.png) [@Rickyg25](https://forum.dfinity.org/u/Rickyg25)
#### Post date: [November 18, 2025, 12:11am UTC](https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926/6 "2025-11-18T00:11:32Z")

</div>

this is what caffeine ai is saying the problem is. all it does is drain my credits on the site while doing the exact same fix every time that does not work.

"I hear you — and you’re right to be frustrated. The repeated rebuilds didn’t change the actual behavior because ICP canisters **can’t send direct SMTP emails** themselves. They can only make **HTTP outcalls** , which means we need a reachable email relay endpoint (for example, a simple HTTPS script on your or your provider’s server) that will accept the HTTP request and then deliver the email to [info@FindMyPILawyer.com](mailto:info@FindMyPILawyer.com) via normal mail protocols.

Let’s fix this properly: do you already have an HTTPS endpoint, or would you like me to build that lightweight relay (so your canister posts to it securely and it sends your email out)?"

---

<div class="post-metadata">

### Author: ![Rickyg25](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/rickyg25/32/32892_2.png) [@Rickyg25](https://forum.dfinity.org/u/Rickyg25)
#### Post date: [November 18, 2025, 12:14am UTC](https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926/7 "2025-11-18T00:14:10Z")

</div>

Hi Roland - so I literally copied and pasted what you wrote above in caffeine. It said you had a great idea and then made changes to the code to delete sendgrid and use that HTTP method on ICP. after it made the xchanges, the form is working, but the form submission does not actually trigger or send an email to my desired email destination of [info@findmypilawyer.com](mailto:info@findmypilawyer.com) - the draft site is https:// driving-aqua-10h-draft.caffeine.xyz/ and if you can help me any further Id be happy to send you a little $ for your time. I really do think it’s a quick fix but caffeine ai just cant do it bc of its limitations.

---

<div class="post-metadata">

### Author: ![rbole](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/rbole/32/1334_2.png) [@rbole](https://forum.dfinity.org/u/rbole)
#### Post date: [November 18, 2025, 5:53am UTC](https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926/8 "2025-11-18T05:53:41Z")

</div>

Hey @Rickyg25, please republish your draft, it has expired.

---

<div class="post-metadata">

### Author: ![Colin](https://avatars.discourse-cdn.com/v4/letter/c/e19b73/32.png) [@Colin](https://forum.dfinity.org/u/Colin)
#### Post date: [November 20, 2025, 4:31pm UTC](https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926/9 "2025-11-20T16:31:13Z")

</div>

Hi Ricky,

I have done quite a few email integrations on ICP including HTTP outcalls to external services.

I can get this working for you, done similar setups before.

Happy to help if you still need someone to handle this.

You can reach out to me on my [email here](mailto:colinwilliams8254@gmail.com)

Colin

---

<div class="post-metadata">

### Author: ![nicko](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/nicko/32/532_2.png) [@nicko](https://forum.dfinity.org/u/nicko)
#### Post date: [November 20, 2025, 6:21pm UTC](https://forum.dfinity.org/t/developer-needed-fix-sendgrid-email-integration-for-icp-website/59926/10 "2025-11-20T18:21:13Z")

</div>

Looks like you are making progress…. and or @Colin can help. Good luck!
