Skip to content

Commit

Permalink
fix: fixed typo (rfc number)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmarc committed Jun 27, 2023
1 parent 8b525d0 commit 2f62baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/send_api_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
end

action :raw do
title "Send a raw RFC2882 message"
title "Send a raw RFC2822 message"
description "This action allows you to send us a raw RFC2822 formatted message along with the recipients that it should be sent to. This is similar to sending a message through our SMTP service."
param :mail_from, "The address that should be logged as sending the message", type: String, required: true
param :rcpt_to, "The addresses this message should be sent to", type: Array, required: true
Expand Down

0 comments on commit 2f62baa

Please sign in to comment.