Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM p01-contact: how to disable "use/email-checkmode"
#1
hi,
on any reason p01-contact, won't like to send mails from unknown persons anymore.
Its shure my mistake, but I didn't realised ...

I've set p01contact into the template.php into a switch-statement:
        echo $p01contact->parse('(% contact: subject=Betreff der Mailmeldung, message = Ihre Nachricht!, name, email!, password = tomato %)');

when I push "Send", p01contact gives the Info, that "this contact has no email-address" and stop sending. Sad
also by time the fields email & name are yellow highlighted.

does somebody know, how I can disable this "use/email-checkmode"?
and - what I've done?

thanx for help,
bell
Reply
#2
now its working. sorry - I might was been tired ...
there was no email saved in the config.php - may be missing rights ...
I still don't know, why two input-field was been yellow highlighted. But that happens not anymore - till yet.


btw.:
I again stucked on "mutated vowels" (   :-)   ). There helps
<http://get-simple.info/forums/showthread.php?tid=1540&pid=28668> last htreat

and I want to change the mail-content a little by deleting the password in the mail-footer. there helps in p01-contact.php
PHP Code:
z674                if($type != 'askcopy' && $type != 'password'// managed blow for him 
and insert
PHP Code:
z695                    case 'password' :     break;    // delete password value 

cheers, bell
Reply




Users browsing this thread: 1 Guest(s)