1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

fix: fixed typo (rfc number)

هذا الالتزام موجود في:
ctmarc
2023-06-27 17:46:31 +02:00
ملتزم من قبل GitHub
الأصل 8b525d0381
التزام 2f62baa238

عرض الملف

@@ -66,7 +66,7 @@ controller :send do
end end
action :raw do 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." 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 :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 param :rcpt_to, "The addresses this message should be sent to", type: Array, required: true