forked from Imagelibrary/uip
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
smtp_220 "220"
|
|
smtp_helo "HELO "
|
|
smtp_mail_from "MAIL FROM: "
|
|
smtp_rcpt_to "RCPT TO: "
|
|
smtp_data "DATA"
|
|
smtp_to "To: "
|
|
smtp_from "From: "
|
|
smtp_subject "Subject: "
|
|
smtp_quit "QUIT" |