Trouble w sending email

G

Guest

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( _
"(e-mail address removed)", _
"(e-mail address removed)", _
"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: "(e-mail address removed)", _
Line 8: "(e-mail address removed)", _

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

I've checked that smtp services are on

What does "Sendusing" indicate?

Cheers.

Kenneth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,260
Messages
2,571,038
Members
48,768
Latest member
first4landlord

Latest Threads

Top