this post was submitted on 23 May 2025
215 points (84.8% liked)
Showerthoughts
34741 readers
619 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts:
- Both “200” and “160” are 2 minutes in microwave math
- When you’re a kid, you don’t realize you’re also watching your mom and dad grow up.
- More dreams have been destroyed by alarm clocks than anything else
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- No politics
- If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
- A good place for politics is c/politicaldiscussion
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct and the TOS
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This isn't a Crux... All of the mail gateways work this way.
You stated this... You stated that it's phonenumber@carriergateway.
This is how they work. They show the email address.
This doesn't even jive with your initial statement... how do you fill in the carrier.tld part if you have no idea what carrier the customer is on?
Your own story doesn't make sense anymore.
And yet I've shown you MILLIONS of customers in the US alone, direct from the carrier, that will not receive that message as that service DOES NOT exist for them outright... This is literally 1/3 of the US, with another 1/3 that is likely opt-in.
Edit:
Yes, because you're not doing it the way you claim you're doing it... I've already told you that the way it's done in industry is through SMS services like twilio or through registered short-code services. And those are API interactions, not email. You're not using the carrier gateway service. These services have strict KYC requirements that the email gateways never did. You might make your own gateway for email bridging, but at that point it's not the
[email protected]
that you've claimed, and that email bridge that you develop would be a registered short-code/phone number and interact as a normal SMS/MMS message. I wouldn't suspect this based on your explanation either as it wouldn't take hours for your own email bridge to handle an email from your own infrastructure, or if it does... your IT team probably sucks (probably not even by their own fault). This wouldn't require you to know the carrier the user is on since twilio would just be translating/sending it as a normal SMS/MMS. https://www.twilio.com/en-us/blog/build-sms-email-bridge-python-fastapi-twilio as an example. But once again... this has nothing do with your claimed[email protected]
function which is the carrier sms gateway which doesn't work as you've stated these days.