Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
info:bash:mail_direct_en_telnet [2022/04/28 16:06] – créée franck | info:bash:mail_direct_en_telnet [2022/10/24 11:49] (Version actuelle) – franck | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ======Envoi d'un mail diretement | + | ======Test: Envoyer |
Avec en destination un serveur mail Microsoft: | Avec en destination un serveur mail Microsoft: | ||
Commande: | Commande: | ||
- | < | + | < |
telnet smtp.domaine.fr 25 | telnet smtp.domaine.fr 25 | ||
</ | </ | ||
\\ | \\ | ||
Reponse: | Reponse: | ||
- | < | + | < |
Trying 212.5.5.156... | Trying 212.5.5.156... | ||
Connected to smtp.domaine.fr. | Connected to smtp.domaine.fr. | ||
Ligne 15: | Ligne 15: | ||
\\ | \\ | ||
Commande: | Commande: | ||
- | < | + | < |
MAIL FROM: | MAIL FROM: | ||
</ | </ | ||
\\ | \\ | ||
Reponse: | Reponse: | ||
- | < | + | < |
250 sender < | 250 sender < | ||
</ | </ | ||
\\ | \\ | ||
Commande: | Commande: | ||
- | < | + | < |
RCPT TO:< | RCPT TO:< | ||
</ | </ | ||
\\ | \\ | ||
Réponse: | Réponse: | ||
- | < | + | < |
250 recipient < | 250 recipient < | ||
</ | </ | ||
\\ | \\ | ||
Commande: | Commande: | ||
- | < | + | < |
DATA | DATA | ||
</ | </ | ||
\\ | \\ | ||
Réponse: | Réponse: | ||
- | < | + | < |
354 go ahead | 354 go ahead | ||
</ | </ | ||
\\ | \\ | ||
Commande: | Commande: | ||
- | < | + | < |
Subject: Test from Contoso | Subject: Test from Contoso | ||
This is a test message | This is a test message | ||
Ligne 52: | Ligne 52: | ||
\\ | \\ | ||
Réponse: | Réponse: | ||
- | < | + | < |
250 ok: Message 187839759 accepted | 250 ok: Message 187839759 accepted | ||
</ | </ | ||
\\ | \\ | ||
Commande: | Commande: | ||
- | < | + | < |
QUIT | QUIT | ||
</ | </ | ||