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.
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()="!"
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.
Re: send email using winsock using vb 6.0 program
Could you post your code?