Searched refs:smtp (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | Makefile | 10 imap.c smtp.c -lcs
|
H A D | cmd1.c | 905 if (sendsmtp(setinput(mp), state.var.smtp, addr, mp->m_size))
|
H A D | data.c | 105 X("[ message ... ] address ...\nDuplicate the selected messages to address ... without marking the messages SAVE. The original sender information is preserved. The messages are transferred via SMTP using the ${smtp} host."), 451 X("The utility invoked to deliver messages. smtp://[host] uses SMTP to host or to ${smtp} if host is omitted."), 462 "smtp", &state.var.smtp, D|E|N, "local",0, 463 X("The SMTP server host name. Used by the duplicate command and sendmail=\"smtp://\"."),
|
H A D | mailx.h | 858 char* smtp; member in struct:__anon136::__anon147
|
H A D | send.c | 524 if (strneq(s, "smtp://", 7)) { 526 s = state.var.smtp;
|
Completed in 28 milliseconds