Re: Trouble w sending email
- From: "Aidy" <sorry@xxxxxxxxxxx>
- Date: Sat, 27 Aug 2005 13:10:43 +0100
The problem might be cos you're not specifying the SMTP server to send
through.
"Kenneth P" <KennethP@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E07039CF-3FD5-49CD-BF51-EE5BF7A5BFF6@xxxxxxxxxxxxxxxx
> 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
.
- References:
- Trouble w sending email
- From: Kenneth P
- Trouble w sending email
- Prev by Date: Re: This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- Next by Date: Re: TRICK: methods in ASPX pages with <%%> code blocks
- Previous by thread: Trouble w sending email
- Next by thread: Datagrid Issue
- Index(es):