Florian Heinle
2 years
Claus-Theodor Riegg
3 years
Claus-Theodor Riegg
3 years
Andreas Vöst
3 years
Claus-Theodor Riegg
8 years

send a testmail via exim

Posted Over 8 years ago. Visible to the public.

Sending a testmail from a server with a configured exim is easy as pie.

From your usershell:

  1. tell exim that we want to send a mail to an recipient and tell us about the details of the sending procedure

    $ exim -v receipient@foo.bar
    
  2. Tell exim about the sender, the subject and input some text.

    From: user@your.domain.example
    Subject: Foobar
    Text Text Text
    
    I like Pie!
    
  3. Press Ctrl+d

  4. You should see the details about the SMTP connection. You can return to your shell with Ctrl+c

Claus-Theodor Riegg
Last edit
Over 8 years ago
Claus-Theodor Riegg
License
Source code in this card is licensed under the MIT License.