Author Topic: Free anaonymous SMTP? (Solved)  (Read 3581 times)

0 Members and 3 Guests are viewing this topic.

Offline BillyOTopic starter

  • Super Contributor
  • ***
  • Posts: 3198
  • Country: ca
Free anaonymous SMTP? (Solved)
« on: January 02, 2026, 01:37:22 am »
Does anyone know of a free anonymous SMTP server out there?

I have a few devices that I'd like to get notifications from.  Maybe 2 or 3 total notification per year.  Most of the free SMTP services out there will delete your account if you don't log in for a few months, or require secure connections which some of my older devices can't manage.

Bell Canada used to have one, but shut it down many years ago.  A previous IP I used to use had one, but they were bought up and the server was shut down.  My current IP offers no services other than Internet access.
« Last Edit: January 02, 2026, 06:07:06 pm by BillyO »
Bill
----
 

Offline Monkeh

  • Super Contributor
  • ***
  • Posts: 8830
  • Country: gb
Re: Free anaonymous SMTP?
« Reply #1 on: January 02, 2026, 01:46:01 am »
If there were any still out there, all major email providers would reject their traffic as a matter of course. You could run your own and be able to authenticate to forward messages.
 
The following users thanked this post: BillyO

Offline BillyOTopic starter

  • Super Contributor
  • ***
  • Posts: 3198
  • Country: ca
Re: Free anaonymous SMTP?
« Reply #2 on: January 02, 2026, 01:51:30 am »
Thanks.  That's probably right.  That was also the nice thing about the Bell Canada server.  It was in a premier domain.

I might have to resort to running my own.  :palm:
Bill
----
 

Offline MarginallyStable

  • Regular Contributor
  • *
  • Posts: 92
  • Country: us
Re: Free anaonymous SMTP?
« Reply #3 on: January 02, 2026, 02:02:43 am »
I run my own smtp server and forward outgoing through smtp2go. Not anonymous, but I have never had them shut my account down due to lack of use.

« Last Edit: January 02, 2026, 02:04:47 am by MarginallyStable »
 
The following users thanked this post: BillyO

Offline BillyOTopic starter

  • Super Contributor
  • ***
  • Posts: 3198
  • Country: ca
Re: Free anaonymous SMTP?
« Reply #4 on: January 02, 2026, 02:15:28 am »
Thanks.  They might work for some of my newer devices.  Some is better than none.  I'll have a look.
Bill
----
 

Offline golden_labels

  • Super Contributor
  • ***
  • Posts: 2446
  • Country: pl
Re: Free anaonymous SMTP?
« Reply #5 on: January 02, 2026, 04:17:44 pm »
You are asking about an open relay, that is not blocked everywhere, and somebody funds it for you. Do you think it’s a reasonable request and consider there realistically exists any? ;)

You are better off sending the email directly from your device, with properly configured DNS records, than finding a service like that.
Why 📎 | We live in times when half of people have IQ below 100.
 

Offline BillyOTopic starter

  • Super Contributor
  • ***
  • Posts: 3198
  • Country: ca
Re: Free anaonymous SMTP?
« Reply #6 on: January 02, 2026, 04:25:36 pm »
How much do you think I should be paying for couple of short notifications per year?  I have no problem paying.  I'd even pay $1 per notification.  How do you make a business case for that?  It would cost more to put in place the infrastructure to bill and collect the money, even at that rate, than you would receive.

Making it free allows you to offer a "loss leader".  It gets your name out there in a friendly and helpful way.  Lots of companies do this sort of thing in other lines of business, and used to in the email business.

My NAS' do not have SMTP servers built into them.  How are they supposed do what you imagine?
« Last Edit: January 02, 2026, 04:28:13 pm by BillyO »
Bill
----
 

Offline kripton2035

  • Super Contributor
  • ***
  • Posts: 2897
  • Country: fr
    • kripton2035 schematics repository
Re: Free anaonymous SMTP?
« Reply #7 on: January 02, 2026, 05:25:31 pm »
my internet provider in France allows me to create almost as many email accounts as I want, and also send sms on my mobile phone if I have the same mobile provider as the internet. very handy. this allows me to send sms from my domotic esp32 devices for free.
 
The following users thanked this post: BillyO

Offline BillyOTopic starter

  • Super Contributor
  • ***
  • Posts: 3198
  • Country: ca
Re: Free anaonymous SMTP? (Solved)
« Reply #8 on: January 02, 2026, 06:08:39 pm »
I set up an account with smtp2go and all my devices seem to be able to work with it.  :-+

Thanks to everyone that made a suggestion!
Bill
----
 

Online paulca

  • Super Contributor
  • ***
  • Posts: 6389
  • Country: gb
Re: Free anaonymous SMTP? (Solved)
« Reply #9 on: January 15, 2026, 09:42:55 am »
I run my own mail servers.  For outbound I relay via my ISP SMTP service.

When I tried to send email directly, GMail deleted them on receipt.  Most other email servers will too.

If you do run an inbound SMTP, to receive directly.... be warned.  Internet SMTP is the badlands.  You WILL be attacked constantly.  Mostly spam/scan emails.

There are a long list of defenses to install, like grey lists, etc.

You even get visited by the government cyber security monitoring firms.  They leave a URL and a message to say who they were and why they scanned.
"What could possibly go wrong?"
Current Open Projects:  68000 Self Build computer + OS.
 

Offline golden_labels

  • Super Contributor
  • ***
  • Posts: 2446
  • Country: pl
Re: Free anaonymous SMTP? (Solved)
« Reply #10 on: January 16, 2026, 02:00:59 am »
I believe OP already found their solution. It doesn’t fit their original requirements, but it seems that’s not a problem.

Regarding your experience, it’s unheard of. GMail outright bouncing off an email? :o I can hardly recall hearing this happening even in “friend of a friend” tales. Any other service, sure, but GMail? To me it suggests some serious misconfiguration of your MTA. Consider running MxToolbox application on your email domain, or pointing somebody to the domain to inspect it. There may be some subtle mistake you didn’t notice. Both MxToolbox and experienced eyes should spot it. Mail-tester.com may also offer some insight (use with a temporary alias).

Spam level doesn’t really depend on who runs the email server,(1) but how reckless one is with giving email addresses. Ignoring standard local-parts (like “sales” or “postmaster”), or trivial or enumerable ones, spammers have no means of delivering any email without first knowing the address. If they do, it’s because they received your actual address.

Scans are common, but that’s just a daily bread on the internet. Not even worth caring about.


(1) It may differ for poorly configured services, run by “geniuses” that copy-paste random advice found on Google, bundle together as much blacklists as they can, and then blackhole everything. But that’s not because they reduce spam, but because they reduce email traffic in general. Both wanted and unwanted.



« Last Edit: January 16, 2026, 04:49:33 am by golden_labels »
Why 📎 | We live in times when half of people have IQ below 100.
 

Offline BillyOTopic starter

  • Super Contributor
  • ***
  • Posts: 3198
  • Country: ca
Re: Free anaonymous SMTP? (Solved)
« Reply #11 on: January 16, 2026, 03:49:40 am »
It doesn’t fit their original requirements, but it seems that’s not a problem.

Not sure why you say this as I, just a few posts back, said this:
I set up an account with smtp2go and all my devices seem to be able to work with it.  :-+

How do you get that the solution does not fit all my original requirements?

Just to remind you of what my original requirements were:

1) Free.
2) Work with all my devices.

The solution I have with smtp2go, meets both.
Bill
----
 

Offline golden_labels

  • Super Contributor
  • ***
  • Posts: 2446
  • Country: pl
Re: Free anaonymous SMTP? (Solved)
« Reply #12 on: January 16, 2026, 04:51:10 am »
Just to remind you of what my original requirements were:

1) Free.
2) Work with all my devices.

The solution I have with smtp2go, meets both.
Maybe the forum rendering is wrong, but I see a third requirement (emphasis added):
Quote
Does anyone know of a free anonymous SMTP server out there?
/s

Either way, seems solved now. I was now replying to paulca’s post.


« Last Edit: January 16, 2026, 04:53:00 am by golden_labels »
Why 📎 | We live in times when half of people have IQ below 100.
 

Offline BillyOTopic starter

  • Super Contributor
  • ***
  • Posts: 3198
  • Country: ca
Re: Free anaonymous SMTP? (Solved)
« Reply #13 on: January 16, 2026, 07:14:27 am »
Not a requirement, just a reflection of how I was able to do it in the past.  There used to be many anonymous SMTP servers available at one time.  Anonymity is not a requirement as I am only sending notifications to myself.  Why would I want to keep my own actions a secret from myself?

Must be a Polish thing.

As to your response being only to pauluca .. well your opening statement: ("I believe OP already found their solution. It doesn’t fit their original requirements, but it seems that’s not a problem.")  belies that directly.

Honestly, I'm not sure what is behind your poorly veiled insults.  I guess I should know.  I had a Polish engineer working for me at one time and he could not open his mouth without insulting someone or some thing.  He was competent, but in the client facing role he was hired into (before my time) he pissed off too many customers.  I didn't fire him as I could see he was very knowledgeable and quite competent.  I just made a job for him reviewing proposed client architectures created by our services people.  He proved to be an effective technical critic and a good asset, as long as he had no direct contact with customers.

I wish you the best.

 
Bill
----
 

Offline Monkeh

  • Super Contributor
  • ***
  • Posts: 8830
  • Country: gb
Re: Free anaonymous SMTP? (Solved)
« Reply #14 on: January 16, 2026, 03:51:44 pm »
Not a requirement, just a reflection of how I was able to do it in the past.

So if I were to ask for a cooked pork sausage, I'm not asking for it to be cooked, pork, or a sausage?

Honestly, I'm not sure what is behind your poorly veiled insults.  I guess I should know.  I had a Polish engineer working for me at one time

He hasn't been insulting you, veiled or otherwise. Your experiences with a former coworker are biasing your perceptions for some reason.

Must be a Canadian thing.
 

Offline BillyOTopic starter

  • Super Contributor
  • ***
  • Posts: 3198
  • Country: ca
Re: Free anaonymous SMTP? (Solved)
« Reply #15 on: January 16, 2026, 04:00:21 pm »
 :palm:
Bill
----
 

Offline golden_labels

  • Super Contributor
  • ***
  • Posts: 2446
  • Country: pl
Re: Free anaonymous SMTP? (Solved)
« Reply #16 on: January 17, 2026, 08:46:17 am »
I am insulting BillyO by noting that paulca’s post is not adding any value anymore, and at the same time excusing myself for continuing an already solved thread. Must be a human thing.

BillyO: trying to understand this logic, I’d need to scratch my head (located in Warsaw) so hard that I would scratch through it, through my body, the entire Earth down to Canada, through your floor, and start tickling your soles. Maybe then you’d start laughing at how ridiculous that sounds.

If I ran this thread through an emotional spectrometer, there is a small peak indicating Negativium near your first reply to me. I avoided attempts to untangle that and outright decided to quit from further engagement. Did trace amounts of contamination from that event somehow transpired to my message to paulca? If they did, I don’t know how sensitive detector you have to notice that. ;)

Why 📎 | We live in times when half of people have IQ below 100.
 

Online paulca

  • Super Contributor
  • ***
  • Posts: 6389
  • Country: gb
Re: Free anaonymous SMTP? (Solved)
« Reply #17 on: January 17, 2026, 11:16:44 am »
I didn't even notice the reply.

But..
SPF (Sender Policy Framework),
DKIM (DomainKeys Identified Mail)
DMARC (Domain-based Message Authentication, Reporting, and Conformance)

Are the system in use on GMail and if your SMTP server doesn't use them and isn't registered then your mail is dropped. As I understand it.

"What could possibly go wrong?"
Current Open Projects:  68000 Self Build computer + OS.
 

Offline golden_labels

  • Super Contributor
  • ***
  • Posts: 2446
  • Country: pl
Re: Free anaonymous SMTP? (Solved)
« Reply #18 on: January 17, 2026, 01:17:09 pm »
What exact requirements Alphabet deploys is their secret, so I can’t confirm that exact set. I can only say what both me and other people running their servers observe.

But a bare minimum setup works (and worked in the past) with no issues on GMail, for anybody I was talking with. This doesn’t mean the email is not sorted later as suspected spam, but certainly no outright rejection of the submission itself. This is in opposition to some other email services, which on some nonsense basis: either reject connections, drop them, or delete received emails without notice.

The “minimum setup” is: DMARC and FCrDNS. There is no preference for the DMARC method, and in fact at least in mid 2025 GMail worked even with bare SPF (without DMARC). So nothing exotic: the same setup that is expected everywhere for good 20 years.

If you have a correct setup like the above and GMail still responds with a rejection, I’d be happy to hear what the setup is. That would be pretty exceptional and give some insight into their practices (e.g. geographic discrimination).

edit:
The summery of my current setup, censored to avoid harassment. MTA runs on “foo.domain.example” (192.0.2.1), the email domain is “domain.example”:
Code: [Select]
domain.example.         MX      20 foo.domain.example.
domain.example.         TXT     v=spf1 ip4:192.0.2.1/32 a mx ~all
foo.domain.example.     A       192.0.2.1
_dmarc.domain.example.  TXT     "v=DMARC1; p=none; sp=none; rua=mailto:[email protected];ri=604800"
1.2.0.192.in-addr.arpa. PTR     foo.domain.example.
This is a slight change from what I was running well into December, when I realized there is actually a mistake. I had my MX and rDNS configured for the domain instead of the host — probably messed it up while moving hosting in 2023. GMail still did not give a damn.



« Last Edit: January 17, 2026, 02:22:12 pm by golden_labels »
Why 📎 | We live in times when half of people have IQ below 100.
 

Offline guenthert

  • Frequent Contributor
  • **
  • Posts: 855
  • Country: de
Re: Free anaonymous SMTP? (Solved)
« Reply #19 on: January 18, 2026, 01:36:11 pm »
I didn't even notice the reply.

But..
SPF (Sender Policy Framework),
DKIM (DomainKeys Identified Mail)
DMARC (Domain-based Message Authentication, Reporting, and Conformance)

Are the system in use on GMail and if your SMTP server doesn't use them and isn't registered then your mail is dropped. As I understand it.

   if your SMTP server doesn't use either one of them, then your mail is dropped (well, actually it bounces with a fairly descriptive error message).  Not sure, what you mean by registered;  reverse DNS must be in place and must match though.

    I haven't tested my own server in a while, but yes, it still can send to gmail.   :phew:
« Last Edit: January 18, 2026, 01:39:55 pm by guenthert »
 

Online paulca

  • Super Contributor
  • ***
  • Posts: 6389
  • Country: gb
Re: Free anaonymous SMTP? (Solved)
« Reply #20 on: January 18, 2026, 01:42:38 pm »
reverse DNS must be in place and must match though.

I think this was a my main hurdle.  I have a residential IP from the Ripe range.  So the reverse DNS is my truncated username dot isp domain.
"What could possibly go wrong?"
Current Open Projects:  68000 Self Build computer + OS.
 

Offline Monkeh

  • Super Contributor
  • ***
  • Posts: 8830
  • Country: gb
Re: Free anaonymous SMTP? (Solved)
« Reply #21 on: January 18, 2026, 02:19:20 pm »
reverse DNS must be in place and must match though.

I think this was a my main hurdle.  I have a residential IP from the Ripe range.  So the reverse DNS is my truncated username dot isp domain.

Sending unauthenticated mail from a consumer ISP is usually very difficult for good reason. It's also often very hard from IP blocks known to be used by low cost virtual server providers including the likes of AWS.

Imagine the junk you'd receive if printing were nearly free and the postal service would take anything from anyone to anywhere, in bulk, for free.
 

Offline golden_labels

  • Super Contributor
  • ***
  • Posts: 2446
  • Country: pl
Re: Free anaonymous SMTP? (Solved)
« Reply #22 on: January 18, 2026, 04:48:28 pm »
FCrDNS has been a requirement since the 2000s. So if you can’t set that up, not only GMail is going to reject a connection. Before the widespread deployment of SPF or DKIM, that has been the only way to detect malicious senders with high certainity.

I don’t believe it serves its purpose anymore. Now either SPF or DKIM can authenticate the sender and they do it much better. But now we’re trapped in a situation, where keeping the FCrDNS requirement is a preferable option. Every single valid email service out there has it configured. In consequence, a connection missing the matching PTR and A/AAAA entries universally indicates a misconfigured or an unwanted sender. This is a positive feedback loop now, keeping us in a stable equilibrum.

Why 📎 | We live in times when half of people have IQ below 100.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf

 

-->