Results 1 to 5 of 5

Thread: Mailer is not working?

  1. #1
    Join Date
    Oct 2002
    Location
    california
    Posts
    25

    Mailer is not working?

    The mailer is not working. Even when I try the tornado site demo mail.?


    <script language="vb" runat="server">
    Sub Page_Load(Source as Object, E as EventArgs)
    Dim m As New Tornado.Z()
    m.dbMail = "From=rex@barryhund.com |To=rex@barryhund.com;aklein@barryhund.com|Subject =My Subject Body=<b>Hello this is a plain email</b>|Visual=3|TestRun=true|lapse=1 "
    m.ASPdbSendMail()
    End Sub
    </script>
    I have tried testrun= false also

  2. #2
    Join Date
    Oct 2002
    Posts
    933
    testrun=true means "this is a test run !!"

    also, put in your SMTPserver.

    FK

  3. #3
    Join Date
    Oct 2002
    Posts
    933
    OH.. one more thing
    I think Mailer is not in EP !!

  4. #4
    Join Date
    Oct 2002
    Location
    california
    Posts
    25

    I tried my mail server

    I tried my mail server.If I don't use one will it default to local smtp. When I tried the manual examples at aspdb.com they did not work either?

  5. #5
    Join Date
    Oct 2002
    Location
    california
    Posts
    25

    I forgot - I have multi domain tornado gold

    I have the multi domain tornado gold that should have the mailer right?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •