|
-
Sep 16th, 2005, 09:38 AM
#1
Thread Starter
Hyperactive Member
Smtp
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
-
Sep 16th, 2005, 11:46 AM
#2
Lively Member
Re: Smtp
Tons of examples on planetsourcecode.com!
-
Sep 16th, 2005, 09:59 PM
#3
Re: Smtp
And here's another one...
Simple Sendmail2
-
Sep 17th, 2005, 04:09 AM
#4
Thread Starter
Hyperactive Member
Re: Smtp
thanks but does Smtp mean i need a server for it or not can i use another email adress that already exists
-
Sep 17th, 2005, 09:54 AM
#5
Re: Smtp
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.
-
Sep 18th, 2005, 10:33 AM
#6
Thread Starter
Hyperactive Member
Re: Smtp
sorry but i'm not well up on smtp so you could explain what you mean
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|