CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2004
    Location
    England
    Posts
    90

    Question Delivery notification with SMTP

    I am struggling getting my SMTP server to send me back the emails that are not delivered to the specified address. Does anyone know how this may be achieved?

    Also, I am trying to set the text sent by my SMTP server to New Courier, how do I do it?

    has it got anything to do with the chaset, MIME options?

    Please assist
    The most knowledgeable people are those who know that they know nothing.

  2. #2
    Join Date
    Jun 2004
    Posts
    1,352
    What control (CWnd) derived are you using???


    Your have to use the base class SETFONT property!!!

  3. #3
    Join Date
    Jun 2004
    Location
    England
    Posts
    90

    Unhappy

    Quote Originally Posted by ADSOFT
    What control (CWnd) derived are you using???


    Your have to use the base class SETFONT property!!!
    Well, I am not using any control. I am reading a massive ASCII text file and detecting loads of email addresses and their respective messages. All are in plain text.
    The most knowledgeable people are those who know that they know nothing.

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