nodeSolidServer / nodeSolidServer/node-solid-server
Make nodemailer secure setting configurable
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
Currently the nodemailer secure setting is not configurable via command line:
and
true might be a good setting for port 465, but for the actually should-be used port 587 the setting should be false: http://nodemailer.com/smtp/ . Else this error appears:
https://forum.solidproject.org/t/debugging-email-sending/1375
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the nodemailer setup in bin/lib/init.js around line 70 and bin/lib/start.js around line 48, then trace how command-line options are parsed. Make the nodemailer secure setting configurable through the command line while preserving the intended behavior for the documented SMTP ports, and verify the option in the relevant startup path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100