question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sending anonymous mail get timed up every time

See original GitHub issue

Hello !

I’m trying to send anonymous mail for application support purpose. It worked a few weeks ago, but, I let it in a test project for a while, came back today and can’t make it work anymore, I have no idea why.

Expected Behavior

Should send a mail with a fake email address source

Current Behavior

Instead of sending the mail successfully, I got timed out, whatever is the address email i’m sending it too (tried gmail, hotmail and a custom one)

Possible Solution

Not idea 😦

Steps to Reproduce (for bugs)

const sendmail = require("sendmail")();

sendmail(
  {
    from: "anonymous@cc.com",
    to: "myaddress@domain.com",
    subject: "hello",
    html: "content ",
  },
  function (err, reply) {
    console.log(err && err.stack);
    console.dir(reply);
  }
);

That’s it, that the code I’ve tried, I’m pretty sure it workes a few weeks ago, but somehow, it doesn’t anymore… I don’t know why

Context

I’m trying to send anonymous mail, as a way to send request to a support mail from a javascript application. I cannot use an existing email adress to send mail, since it will be embedded into executable on a lot of computer.

Your Environment

Raw javascript script doesn’t even work anymore

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
dolphineyecommented, Jul 22, 2021

OK, thanks for the reply. Looks like this project hasn’t been maintained for a while now. I’ve personally fallen back to nodemailer for now.

0reactions
dolphineyecommented, Jul 22, 2021

Thanks, you too 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Send an Anonymous Email in 2022? | Cybernews
The easiest way to send an anonymous email is to choose from one of the most anonymous email accounts: Tutanota, ProtonMail, or Guerilla...
Read more >
How to Send Anonymous Emails: 5 Stealthy Methods
1. Use a Burner Email Account and a VPN ... Using a webmail account like Gmail to send an anonymous email is a...
Read more >
How to Cope with Receiving Anonymous Letters: 10 Steps
1. Ignore the letter. One way to deal with an anonymous letter is to ignore it. Some people do not believe that criticism...
Read more >
How to send anonymous and secret emails - Read more - Skiff
Disposable email accounts can be useful when you want to protect your privacy or when you do not want to receive any emails...
Read more >
Mail flow rules (transport rules) in Exchange Online
Messages that match a rule's conditions get all the actions that are specified in the rule. For example, if the actions Prepend the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found