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.

Send mail without smtp auth

See original GitHub issue

💡 The Idea

Allow the possibility to send e-mails without SMTP auth.

Like:

mailto://smtp=xxx.xxx.xx&from=noreply@xxx.xx&name=xxxxx&to=yy.yy@yy.yy

(send a mail to yy.yy@yy.yy with the smtp server xxx.xxx.xx from the adress noreply@xxx.xx)

Currently, user and password auth are mandatory

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
caronccommented, Mar 18, 2020

Great, thank you for reviewing this so quickly; I’ve gone ahead and merged the branch into the master! 🙂 .

1reaction
amotlcommented, Mar 18, 2020

Dear Chris,

that was quick, thanks a bunch! I have been able to verify both authenticated SMTP using mailtos:// as well as unauthenticated SMTP using mailto:// have equally been successful for me when using the branch 211-mailto-noauth-support.

With kind regards, Andreas.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to send out emails without using SMTP from server?
1. You can't authenticate without credentials and to authenticate with credentials, you have to keep them somewhere. · @gronostaj But in PHP or ......
Read more >
python - How to send a mail directly to SMTP server without ...
You can use some external SMTP servers without authentication (or a local SMTP), but the sent message will be caught by Google's spam...
Read more >
Can I Send Emails without SMTP authentication?
With Windows Shared Hosting, you can send emails non-authenticated emails via IIS SMTP. If you wish to send SMTP authenticated emails, you can...
Read more >
Allow some user to send email without smtp authentication
To allow sending email without smtp authentication for user user@example.com , please add parameter ALLOWED_FORGED_SENDERS in iRedAPD config file /opt/iredapd/ ...
Read more >
Direct send without SMTP relay server
From this moment, the only difference between an MX and a relay server is that MX server does not require authentication. This is...
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