Fossil SCM

Don't let the new --relayhost option for test-smtp-send become an undocumented feature.

andybradford 2019-12-10 14:01 trunk
Commit edcde1fdaef5193a70ac1b1d328a8067ac841a6a6d3bd7a5a49efc34ba2ef114
1 file changed +1
+1
--- src/smtp.c
+++ src/smtp.c
@@ -598,10 +598,11 @@
598598
** to the list of users TO. FROM is the sender of the email.
599599
**
600600
** Options:
601601
**
602602
** --direct Go directly to the TO domain. Bypass MX lookup
603
+** --relayhost R Use R as relay host directly for delivery.
603604
** --port N Use TCP port N instead of 25
604605
** --trace Show the SMTP conversation on the console
605606
*/
606607
void test_smtp_send(void){
607608
SmtpSession *p;
608609
--- src/smtp.c
+++ src/smtp.c
@@ -598,10 +598,11 @@
598 ** to the list of users TO. FROM is the sender of the email.
599 **
600 ** Options:
601 **
602 ** --direct Go directly to the TO domain. Bypass MX lookup
 
603 ** --port N Use TCP port N instead of 25
604 ** --trace Show the SMTP conversation on the console
605 */
606 void test_smtp_send(void){
607 SmtpSession *p;
608
--- src/smtp.c
+++ src/smtp.c
@@ -598,10 +598,11 @@
598 ** to the list of users TO. FROM is the sender of the email.
599 **
600 ** Options:
601 **
602 ** --direct Go directly to the TO domain. Bypass MX lookup
603 ** --relayhost R Use R as relay host directly for delivery.
604 ** --port N Use TCP port N instead of 25
605 ** --trace Show the SMTP conversation on the console
606 */
607 void test_smtp_send(void){
608 SmtpSession *p;
609

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button