Jump to content

Search the Community

Showing results for tags 'Does not seem to function'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. User: Epicdeee Server: Johnny Site: epicdeeds.tk Greetings, I am trying to use SMF's email function using PHP, and nothing seems to be going through. No new registration emails, and no direct emails from admin. I ran a few tests on the server, and it's indicated that the mail funtion IS installed. Is there a reason I should not be sending emails out? Below is a test script to test PHP email function. It does go to the 'email sent', however nothing shows up in my mail box. Yes, LOL, I checked my spam folder. Thanks, ED <?php $mail = mail("elitedeeds@outlook.com", "Test","Tester email", "From: Myself<elitedeeds@outlook.com"); if(!$mail){ echo 'mail is not sent!'; } else { echo 'mail is sent :-)'; } ?> This was in my server log. [30-Oct-2013 14:11:54 America/Los_Angeles] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0
×
×
  • Create New...