Email without an smtp server
-
I need to send an email message to receipients in my program. My problem is that I need it to send without an smtp relay. I found an example on this site on how to do it but it was written in C++ when I need it in C#. If someone can send me a link or code of how to do this, it would be greatly appreciated.
-
I need to send an email message to receipients in my program. My problem is that I need it to send without an smtp relay. I found an example on this site on how to do it but it was written in C++ when I need it in C#. If someone can send me a link or code of how to do this, it would be greatly appreciated.
-
numbers1thru9 wrote:
I need it to send without an smtp relay.
numbers1thru9 wrote:
I found an example on this site
Please supply the link for that example. I have no idea how to send a SMTP message without a SMTP server. :confused::~
led mike
As part of your mail methods you could make your own SMTP that can only send messages generated internally. Then it would seem as though its being sent without the use of an SMTP server.
-
As part of your mail methods you could make your own SMTP that can only send messages generated internally. Then it would seem as though its being sent without the use of an SMTP server.