nodeSolidServer / nodeSolidServer/node-solid-server
Make nodemailer secure setting configurable
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.8k
- 派生
- 308
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 bin/lib/init.js 中约第 70 行附近以及 bin/lib/start.js 中约第 48 行附近的 nodemailer 设置,然后跟踪命令行选项的解析方式。在保留已记录 SMTP 端口的预期行为的同时,使 nodemailer 的 secure 设置可以通过命令行进行配置,并在相关的启动路径中验证该选项。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, node.js
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100