Trouble w sending email
- From: Kenneth P <KennethP@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 27 Aug 2005 00:14:02 -0700
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
.
- Follow-Ups:
- Re: Trouble w sending email
- From: Aidy
- Re: Trouble w sending email
- Prev by Date: Re: Help!!! can't post here via XP machines
- Next by Date: Datagrid Issue
- Previous by thread: Can't delete files on server
- Next by thread: Re: Trouble w sending email
- Index(es):