Skip to content

Commit

Permalink
Merge pull request #2883 from yoshi-taka/patch-1
Browse files Browse the repository at this point in the history
引用符の開きを修正
  • Loading branch information
znz authored May 20, 2024
2 parents c27afe0 + 07890ca commit 511beff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refm/api/src/net/smtp.rd
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ SMTP ではメールを送る側のホストの名前 (HELO ドメインと呼
# 例
require 'net/smtp'
Net::SMTP.start('smtp.example.com', 25,
'user: your_account', password: 'your_password', authtype: :cram_md5)
user: 'your_account', password: 'your_password', authtype: :cram_md5)
#@end

=== TLSを用いたSMTP通信
Expand Down

0 comments on commit 511beff

Please sign in to comment.