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:
- Created 4 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great, thank you for reviewing this so quickly; I’ve gone ahead and merged the branch into the master! 🙂 .
Dear Chris,
that was quick, thanks a bunch! I have been able to verify both authenticated SMTP using
mailtos://
as well as unauthenticated SMTP usingmailto://
have equally been successful for me when using the branch211-mailto-noauth-support
.With kind regards, Andreas.