massmail form doesnt work anymore

Discussion in 'ASP.NET / ASP.NET Core' started by gbas, Jun 16, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. A client of mine use a massemail form from his website, everything was working fine since the past 2 years, with no code change or anything, suddenly it doesnt work.

    I dont receive any error, I dont receive any email, i try with only with email same thing... When I click on Send im going back to the same page "email.asp"...

    Do you guys have any suggestions or idea? See my code below... Please help this is very important...


     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I don't see anything in your code that does the email sending.

    Is there another file?

    To isolate the problem, I suggest you create a simple test page on the server that sends an email to you to make sure the problem is not with the SMTP. See http://kb.discountasp.net/article.aspx?id=10359

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. I did try your suggestion from http://kb.discountasp.net/article.aspx?id=10359 and it work fine.

    I am really new with ASP, i normally code PHP. Its a new client for me who want me to updates his website and fix this massemail problem... I really dont know if I miss any file, this was the only file from the server... :

    See the attachment "massemail.jpg" to see my form.

    I also have this file btw...

    emailall.asp

     

    Attached Files:

  4. Bruce

    Bruce DiscountASP.NET Staff

    Change all reference to "mail.customfuneralproducts.com" to "localhost"

    This may or may not fix the problem.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  5. Already did that, it wont work..any suggestion please :(
     
  6. Bruce

    Bruce DiscountASP.NET Staff

    Your email.asp page seems to have a form action pointing to itself but there's no code in your email.asp page that sends email. THis should have never worked.


    Did you change the form action?


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page