CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    5

    Smtp with telnet

    Hello
    We can use telnet to connect smtp server as below:
    telnet tcp/ip address of mail host 25
    helo
    mail from: [email protected]
    rcpt to: [email protected]
    data
    <crlf>
    .
    <crlf>

    My question is can we send mutiple Email at once?
    so rcpt to: <muti-Email address>

    If yes, then what is correct syntax

    Thanks


  2. #2

    Re: Smtp with telnet

    no... one by one...

    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured