i want to email an .log file from a program without using outlook. someone on the vb forum told me to use SMTP but i havent used this before. i thought this forum may get more answers. how would i email something using SMTP
Printable View
i want to email an .log file from a program without using outlook. someone on the vb forum told me to use SMTP but i havent used this before. i thought this forum may get more answers. how would i email something using SMTP
Tons of examples on planetsourcecode.com!
And here's another one...
Simple Sendmail2
thanks but does Smtp mean i need a server for it or not can i use another email adress that already exists
You will need to enter the address of an SMTP relay (e.g. your ISP's SMTP server).
If you want your program to work without a relay you need to resolve the MX record for the domain part of the recpipients email address and send the mail through the server given by the MX record.
sorry but i'm not well up on smtp so you could explain what you mean