Recent content by Chun..

  1. C

    Sending email via PHP mail()

    Thanks a lot Faris. I replaced the additional configuration directives bit with the following and restarted the server: [mail function] SMTP = localhost sendmail_path = /usr/sbin/sendmail -t -i -f [email protected] Works perfectly now.
  2. C

    Sending email via PHP mail()

    Hello, I'm trying to send emails using the PHP mail() function. Although I'm getting the success message at the end of running the script below, I am not receiving the emails. <?php $to = '[email protected]'; $subject = 'Test Email'; $message = 'Message'; $mail_sent =...
  3. C

    webmail.<domain>.tld throwing "Server not found" (Horde)

    Thanks DaveKay, works perfectly. All I had to do was change the nameservers at my registrar!
  4. C

    webmail.<domain>.tld throwing "Server not found" (Horde)

    Hello, Very new to web hosting, so please excuse me being a novice here. I cannot seem to get my webmail (Horde) up and running. I've looked online for quite a number of different solutions but it still does not work. Any help would be appreciated! Plesk Version: v11.0.9_build110120608.16...
Back
Top