| | 2577 | { "smtp_pass", DT_STR, R_NONE, UL &SmtpPass, UL 0 }, |
| | 2578 | /* |
| | 2579 | ** .pp |
| | 2580 | ** Specifies the password for your SMTP account. If \fIunset\fP, Mutt will |
| | 2581 | ** prompt you for your password when you first send mail via SMTP. |
| | 2582 | ** See ``$smtp_url'' to configure mutt to send mail via SMTP. |
| | 2583 | ** \fBWarning\fP: you should only use this option when you are on a |
| | 2584 | ** fairly secure machine, because the superuser can read your muttrc even |
| | 2585 | ** if you are the only one who can read the file. |
| | 2586 | */ |
| | 2587 | { "smtp_url", DT_STR, R_NONE, UL &SmtpUrl, UL 0 }, |
| | 2588 | /* |
| | 2589 | ** .pp |
| | 2590 | ** Defines the SMTP ``smart'' host where sent messages should relayed for |
| | 2591 | ** delivery. This should take the form of an SMTP URL, eg: |
| | 2592 | ** .pp |
| | 2593 | ** smtp[s]://[user[:pass]@]host[:port]/ |
| | 2594 | ** .pp |
| | 2595 | ** Setting this variable overrides the value of the ``$$sendmail'' |
| | 2596 | ** variable. |
| | 2597 | */ |