Results 1 to 4 of 4

Thread: esmtp remove Message-Id in the body of the mail

  1. #1

    Question esmtp remove Message-Id in the body of the mail

    When i use esmtp and get emails like this:

    blablabla
    Date: Wed, 14 Jun 2006 23:46:39 +0200
    Message-Id: <1150321599.189@Wl500g>

    How to remove Date and Message-id in my command line ?

  2. #2
    I have the same problem.

    Sending an Email with:

    Code:
    echo "TEST MESSAGE" | sendmail user@domain.com -f user@domain.com
    results in an email which shows the following text within the email body

    Code:
    TEST MESSAGE
    Date: Thu, 26 Oct 2006 16:17:52 +0200
    From: gero@zylka.de
    Message-Id: <1161872272.26378@(none)>
    Anyone knows how to fix that email header information are displayed in the email body?

    Thanks, Gecko

  3. #3
    Can`t solve this trouble too

    /opt/etc/esmtprc
    Code:
    identity = wl500@isp.ru
    hostname = mail.isp.ru:25
    username = "username"
    password = "password"
    command
    Code:
    echo -e "From: wl500@isp.ru\nSubject: this is the subject\nReply-to: wl500@isp.ru\nHere goes the mail body" |  esmtp -v -C /opt/etc/esmtprc -f wl500@isp.ru targetmail@isp.ru
    result is:
    Code:
    Here goes the mail body
    Date: Sun, 10 Feb 2008 20:18:14 -1100
    Message-Id: <1202714294.7373@=>
    Maybe we have to permanently define date and message-id?

  4. #4

    YES!!!!

    SOLVED!

    echo -e "From: wl500@isp\nSubject:\nDate:Sun, 10 Feb 2008 20:27:13 -1100\nMessage-Id:0000@000\nbody" | esmtp -v -C /opt/etc/esmtprc -f wl500@isp me@isp

Similar Threads

  1. Send Message
    By MHz in forum WL-500g Q&A
    Replies: 2
    Last Post: 09-05-2006, 08:39
  2. FTP Server Welcome Message
    By MHz in forum WL-500g Q&A
    Replies: 0
    Last Post: 28-04-2006, 16:04
  3. Problem with Samba
    By bs3 in forum WL-500g Q&A
    Replies: 16
    Last Post: 24-05-2005, 09:42

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •