From 59f299b704533488b74075beb8692397eb434aab Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Fri, 9 Feb 2024 17:21:53 +0000 Subject: [PATCH] style(rubocop): Layout/LeadingCommentSpace --- script/send-html-email.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/send-html-email.rb b/script/send-html-email.rb index 43a1fd5..33c3e0c 100644 --- a/script/send-html-email.rb +++ b/script/send-html-email.rb @@ -41,7 +41,7 @@ mail.html_part = Mail::Part.new do BODY end -#puts mail.to_s +# puts mail.to_s Net::SMTP.start("127.0.0.1", 2525) do |smtp| smtp.send_message mail.to_s, mail.from.first, mail.to.first