rails使用ruby3报错:Unable to load application: LoadError: cannot load such file -- net/smtp

作者在 2022-04-29 00:14:50 发布以下内容

在Gemfile里加入如下3行即可:

gem 'net-smtp'
gem 'net-imap'
gem 'net-pop'
别忘了重新运行:bundle install

Ruby | 阅读 1012 次
文章评论,共0条
游客请输入验证码
浏览2883820次
文章归档
最新评论
  • 时光拾荒者:CtrlCV还是强的😝
  • 硬识岩丝:解决了,太感谢了~
  • xiwang12:路过
  • 里苦不功:不校验mysql版本是否与当前django框架是否兼容