Sean Solo
January 23rd, 2000, 09:25 PM
I need to write a function that will open a .dat file, use its contents as destination e-mail address, and attach it to the body of the e-mail. This is to be done using SMTP. Any suggestions?
|
Click to See Complete Forum and Search --> : SMTP Sean Solo January 23rd, 2000, 09:25 PM I need to write a function that will open a .dat file, use its contents as destination e-mail address, and attach it to the body of the e-mail. This is to be done using SMTP. Any suggestions? Chris Eastwood January 24th, 2000, 04:27 AM Check out : http://www.vbip.com/winsock/winsock_uucode_01.asp - that shows how to use WinSock to send an email with an attachment through smtp. Chris Eastwood CodeGuru - the website for developers http://codeguru.developer.com/vb codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |