> The internet was made for humans exclusively, designed to keep machines out by default.

This feels like a wrong assumption. Internet was not intended for humans explicitly. If anything browsers were the explicit medium made to allow the humans to interact with internet in safe manner.

> Every signup flow assumes a browser, a person reading a page, and clicking a confirmation link. Unless agents can't do that, they can't be first class users of the internet.

This again feels like a misconception. The systems just work with an identity verified by credentials, it doesn't matter if its a program or program prompted by a human that uses it

As somebody who spent a lot of time trying to get an agent to register an email address, their assumptions were correct. It is a PITA.

Get a domain, get webhosting that includes an email server, now you can generate unlimited emails from whichever program you want. And the email reputation will probably be the same as with this service.

Any hosting services with email you'd recommend? Are you talking about a service like Fastmail or something?

I am using a webhosting plan from Netcup for my email:

https://www.netcup.com/en/hosting

I got it during a sale so I’m paying 1€/month for 1 domain and 40 GB of storage.

Thanks I’ll check into this as well. One of my requirements is being able to generate addresses programmatically, not sure if the NetCups service supports that or not. But either way, that’s a good deal!

They use plesk and that seems to have an API so maybe you could do that. I just use a catchall email address to receive and use one to send. To send from more you need to create users or add addresses to users in plesk so you would probably need the API.

maybe tangentially related but i've found cloudflare's email routing useful to just send emails to blah@customdomain.com sent to blah@myemail.com. i'm not sure if it's limited to domains registered with them though.

Thanks, I’ll have to check that out. All my domains are with them anyway so this could be just what I was after!