SEO Software
Closed Thread
Results 1 to 3 of 3

Thread: problems with simple mail

  1. #1

    Default problems with simple mail

    Hey i have been getting a error when i try to send simple mail out

    my code looks like
    Code:
    <%
    Set myMail=CreateObject("CDO.Message")
    myMail.Subject="Sending email with CDO"
    myMail.From="FromMail"
    myMail.To="ToMail"
    myMail.TextBody="This is a message."
    myMail.Send  // This line has the error 
    set myMail=nothing
    %>
    what could be causing this problem


  2. SEO Software

  3. #2

    Default

    Are you Useing godday host?

  4. #3

    Default

    I think your have a relay problem check it out at your server and yoru problem will be solved

Closed Thread

Similar Threads

  1. Simple Yahoo mail tricks
    By dompes in forum Yahoo
    Replies: 6
    Last Post: 03-16-2011, 11:26 PM
  2. Problems with mail box
    By Fegasderty in forum General Discussion
    Replies: 0
    Last Post: 08-12-2006, 12:09 PM

Bookmarks

Posting Permissions

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