aboutsummaryrefslogtreecommitdiff
path: root/uip/apps/smtp/smtp-strings
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2019-03-13 02:50:42 -0400
committerB. Watson <yalhcru@gmail.com>2019-03-13 02:50:42 -0400
commit2973d0c78e9b8eed3c5af239927c6bd36af64604 (patch)
treea0fdfe7201303edd11c6d86015ef4f79796fcf0f /uip/apps/smtp/smtp-strings
downloadfujichat-2973d0c78e9b8eed3c5af239927c6bd36af64604.tar.gz
initial commit
Diffstat (limited to 'uip/apps/smtp/smtp-strings')
-rw-r--r--uip/apps/smtp/smtp-strings11
1 files changed, 11 insertions, 0 deletions
diff --git a/uip/apps/smtp/smtp-strings b/uip/apps/smtp/smtp-strings
new file mode 100644
index 0000000..27f639c
--- /dev/null
+++ b/uip/apps/smtp/smtp-strings
@@ -0,0 +1,11 @@
+smtp_220 "220"
+smtp_helo "HELO "
+smtp_mail_from "MAIL FROM: "
+smtp_rcpt_to "RCPT TO: "
+smtp_data "DATA\r\n"
+smtp_to "To: "
+smtp_from "From: "
+smtp_subject "Subject: "
+smtp_quit "QUIT\r\n"
+smtp_crnl "\r\n"
+smtp_crnlperiodcrnl "\r\n.\r\n" \ No newline at end of file