Thread Rating:
  • 3 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple C(ontact) Plugin (fork of p01-contact)
#15
Are you sure that the function mail() is blocked?
I have some problem because of changed rules by my hosting provider.
To solve it I was just add "admin email" in control panel.

also my provider doesn't support any mail function like sendmail() or SMTP.

But if you are sure
you can change

send_mail() in p01-contact.php
you need fo find block:
if(!$this->settings('debug')) {
...
} else {
and make some changes to string
$status = mail($targets, $subject, $content.$footer, $headers);

my PHP skills not so big and I need a lot of time to test it. so I will not

sorry for my lang
Reply


Messages In This Thread
RE: Simple C(ontact) Plugin (fork of p01-contact) - by wakh - 2015-08-18, 09:44:00



Users browsing this thread: 1 Guest(s)