Results 1 to 4 of 4

Thread: send email using winsock using vb 6.0 program

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    2

    send email using winsock using vb 6.0 program

    hi,
    I am using winsock control to send emails through VB 6.0 program.
    Every thing works fine. but some times it is automatically putting an exclamation mark (!) in between the message. since i am sening the message in table format using html format, the values inside the table are going out of the table.
    my question : is there any way to not get this exclamation mark (!) in the email message.
    any solution, pls write.

    regards,
    hari.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: send email using winsock using vb 6.0 program

    Welcome to the forums!

    Post your code, so we can see where it is getting put in or rather if it is.
    You could use Replace() to remove them, in Instr()="!"

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    2

    Re: send email using winsock using vb 6.0 program

    Hi,
    My program is fine with winsock. there is no "!" character in my email message.
    After the email reached the inbox then only i can find "!" character in email message body. some body says that, it is the net work error (might be SMTP server settings or so). is that so, any solution for that.

    regards,
    hari.

  4. #4
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: send email using winsock using vb 6.0 program

    Could you post your code?

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