Searched refs:smtp (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/mailx/
H A DMakefile10 imap.c smtp.c -lcs
H A Dcmd1.c905 if (sendsmtp(setinput(mp), state.var.smtp, addr, mp->m_size))
H A Ddata.c105 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 Dmailx.h858 char* smtp; member in struct:__anon136::__anon147
H A Dsend.c524 if (strneq(s, "smtp://", 7)) {
526 s = state.var.smtp;

Completed in 28 milliseconds