I'm interested in trying agentmail for one of our internal agents, but I noticed you're still on a waitlist and the "contact us" and "contact sales" buttons don’t seem to be clickable. Just wanted to flag in case it's a bug. Excited to try it once access opens up.
Hi xinweihe, thanks for catching that. We are onboarding the waitlist with very fast turnaround. But, feel free to email me at haakam[at]agentmail[dot]cc
Show HN: AgentMail – Email infra for AI agents
61–70 of 74 posts
Re: Show HN: AgentMail – Email infra for AI agents
#62Re: Show HN: AgentMail – Email infra for AI agents
#63Re: Show HN: AgentMail – Email infra for AI agents
#64Curious: how are you tackling abuse/spam at scale, especially as more agents start talking to each other? Also, any plans for plug-and-play integrations with popular agent frameworks, or is the focus purely on infra for now? Congrats on shipping - looking forward to seeing your journey.
Re: Show HN: AgentMail – Email infra for AI agents
#65Curious: how are you tackling abuse/spam at scale, especially as more agents start talking to each other? Also, any plans for plug-and-play integrations with popular agent frameworks, or is the focus purely on infra for now? Congrats on shipping - looking forward to seeing your journey.
Thanks a lot! We're working on a lot of checks in place within our API for both the agents and email side, including things like spam filtering, verification, and protection against phishing or prompt injection. It's an interesting task at hand, solving both archaic and cutting-edge problems within the same product lol
Re: Show HN: AgentMail – Email infra for AI agents
#66You mentioned one of your use case is outbound (can totally see this being perhaps your biggest opportunity): How are people using this for outbound? As a full-cycle AI sales agent?
Re: Show HN: AgentMail – Email infra for AI agents
#67Onboarding/signup started off great, but then you just drop in with no clarity on what to do next. A lot of actions possible and I'm unsure what to do first.
Re: Show HN: AgentMail – Email infra for AI agents
#68Earlier quoted context omitted.
Hi xinweihe, thanks for catching that. We are onboarding the waitlist with very fast turnaround. But, feel free to email me at haakam[at]agentmail[dot]cc
I’m curious why you’d make your email hard to copy paste when in this day and age won’t matter. Any basic AI agent can add your email to spam. Does it really help anymore?
Re: Show HN: AgentMail – Email infra for AI agents
#69Earlier quoted context omitted.
So much better lol. We have sky high rate limits that only serve to mitigate denial of service.
Let me know how long that’ll last. The low limits of other providers are there for a reason. That reason’s called spam.
Re: Show HN: AgentMail – Email infra for AI agents
#70Keep in mind that default Gmail allows webhooks for any changes (email received but also changing labels, etc), for free using Gmail pubsub. I use it a lot because it's the only way of getting programmatic notifications from credit card purchases (turn on purchase alerts to all cards, send to Gmail, have a filter archive but capture the reception in webhooks. Parse with simple regex) Super fast low latency very satis…