Trouble w sending email

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,

Trying to send an email with .net from my home computer.

A very simple one...

***************************
<%@ Page Language="VB" %>
<%@ Import Namespace="System.Web.Mail" %>
<script runat="server">

Sub Button1_Click(sender As Object, e As EventArgs)
SmtpMail.Send( _
"kenneth.philp@xxxxxxxxxx", _
"kenneth.philp@xxxxxxxxxx", _
"Testing mail", _
"Just sending a test message!")
End Sub

</script>
<html>
<head>
</head>
<body>
<form runat="server" ID="Form1">
<asp:Button id="Button1" onclick="Button1_Click" runat="server"
Text="Button"></asp:Button>
</form>
</body>
</html>
**********************

I'm getting this error message

********************************
Configurationvalue "SendUsing" not valid.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException:
Configurationvalue "SendUsing" not valid.

Source Error:


Line 4:
Line 5: Sub Button1_Click(sender As Object, e As EventArgs)
Line 6: SmtpMail.Send( _
Line 7: "kenneth.philp@xxxxxxxxxx", _
Line 8: "kenneth.philp@xxxxxxxxxx", _

*********************************

I've checked that smtp services are on

What does "Sendusing" indicate?

Cheers.

Kenneth
.


Quantcast