Tools Links Login

UPDATED*** Send Email from within VB full source

allows you to send email with one line of code from your vb app.

Original Author: xmetrix

Code

visit www.xmetrix.net/xmail to download the control

'xmail.ocx syntax
xmail1.sendmail [recipient],[from],[subject],[body]

'xmail.ocx usage
Public Sub Command1_Click()
xmail.sendmail "xmetrix@xmetrix.net","test@test.tst","This is my subject", "This should appear in the message of the email."
End Sub

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 89 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.