J
Jay
I'm using a C# console program to connect to my smtp server and send a
simple email message to show my class. Does anyone know why some email
servers do not accept the message that I'm trying to send?
I just have the basics in the message:
To Receipients
From address
Subject
Body
Do I have to populate any other part of the message object to allow other
servers to accept my message?
simple email message to show my class. Does anyone know why some email
servers do not accept the message that I'm trying to send?
I just have the basics in the message:
To Receipients
From address
Subject
Body
Do I have to populate any other part of the message object to allow other
servers to accept my message?