Announcement

Collapse
No announcement yet.

ABVFP mail issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ABVFP mail issue

    Naval
    i installed outlook in my computer and connected my site e-mail to it and i saw that every post i have ever had into my site i DID send me e-mail to (probably) the deafault mail option/

    in the form builder we have to 2 rows with * that represents the
    * mail address
    * mail subject

    i left it empty but it still send me the mail ( i saw over 1000 mails been sent , it sending dubbles )

    how can i cancel it totaly that it wont send me any mail ?
    (i mean we need to delete something in the dbts_abvfp.php)

    thanks alot

  • #2
    Re: ABVFP mail issue

    Don't delete anything. Just add these lines:

    if ($send_mail == "Yes") {

    just after the line

    // ------------Building the mail ----------------------


    and

    }

    just after

    mail($ndmailaddress1[$i], $ndmailsubject, $ndmailbody1, $ndmailhead);
    }



    This way ABVFP will NOT send out any email. In the future, with the next version, you will be able to able to define whether you want a mail sent or not.

    Set the Autoresponder to NO so that is not sent either.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

    Comment


    • #3
      Re: ABVFP mail issue

      thanks alot

      i realy appreciate your help...and its all working well

      Comment

      Working...
      X