Search results

  1. allan.thompson99

    SMTP problems

    Bump - Anyone? Still having the issue.
  2. allan.thompson99

    SMTP problems

    Hi, Thank you for your interest. Here is the part that sends the email to me (the Fixtures Secretary):- //send scorecard info to Fixtures Secretary //Set who the message is to be sent to $mail->AddAddress($emailfrom) ; //$emailfrom is from the submitted form //Set who the message is to...
  3. allan.thompson99

    SMTP problems

    Hi again, Strange thing the other day... I received an email through the system - even though I cannot get it to work for me and still appears to be broken! : How come some are getting through the system - but some are not? How can it be made to consistently work - is there anything I can do...
  4. allan.thompson99

    SMTP problems

    Hi there, Is there a solution to my problem yet - or can anyone suggest another way of reporting the scores? I had thought of devising an SQL database... but I don't have the knowledge nor the time to learn! thanks in anticipation, Allan
  5. allan.thompson99

    SMTP problems

    Here is what a typical email looks like from the html code: https://www.dropbox.com/s/aaht0aephqvf6fg/screenshot of scorecard.jpg
  6. allan.thompson99

    SMTP problems

    Hi Byron, I generated all of those emails... Apart from the one which I sent with 'Test' the others had the type of content that I need from my web site. Team Captains fill in a scorecard on the web site which they 'send' to me using a PHP script from the 'Send' button. Is there a way to let...
  7. allan.thompson99

    SMTP problems

    .... just as an aside... the wiki page at:- https://x10hosting.com/wiki/What_are_my_email_settings needs to be amended to preclude the use of outside SMTP servers...
  8. allan.thompson99

    SMTP problems

    OK... I have tried lots of permutations and this worked:- <?php require('../../PHPmailer/class.phpmailer.php'); // path to the PHPMailer class. require('../../PHPmailer/class.smtp.php'); // path to the smtp class. $mail = new PHPMailer(); $mail->SMTPDebug = 2; $mail->IsSMTP()...
  9. allan.thompson99

    SMTP problems

    Hi, Many thanks for your reply... mystified why it should work some times and not others... but can you advise how I change the PHP file? thanks in anticipation, Allan
  10. allan.thompson99

    SMTP problems

    On my site I have a form which records the results of tennis matches and the user emails the contents to me using a form and PHP file which calls PHPMailer. Sometimes it works and sometimes it doesn't and I am receiving lots of complaints! I have the latest version of PHPMailer and thought that...
  11. allan.thompson99

    Unable to access cpanel

    Hi there, I am having a problem accessing cpanel. I log in and then am redirected to: https://xo3.x10hosting.com:2083/login/ then the page times out. There is also a problem with a phpmail routine that I have on my site that was working but isn't now... but I am hoping that this is just a...
  12. allan.thompson99

    Mail not reaching its destination

    Yep - working for me too! Many thanks! Allan
  13. allan.thompson99

    Email on Level.x10hosting.com

    Hi there, I just logged into CPanel and entered SquirrelMail to send an email to myself to make sure that it is working. Despite sending test emails to two separate email addresses neither was received.... (have checked the SPAM folders as well....!) and there is no error message, 'undelivered'...
  14. allan.thompson99

    Problem with email forwarding and sending emails

    It seems that SMTP to external servers like Gmail is now deprecated... I am looking into this myself! http://bit.ly/Nr48VE
  15. allan.thompson99

    Status on mail issue

    HI there, I have just created a ticket for a problem on Boru when using SquirrelMail form the cPanel of my account. When trying to send an email, there was an error message that a connection to the SMTP server could not be created. Am not sure whether Boru is still having problems or whether...
  16. allan.thompson99

    PHPMailer, Boru and SMTP to Google

    Hi there, I am not receiving emails from my x10 hosted site. the system used to work fine using the code below:- < The SMTP email uses Google mail servers and I don't know whether something there has changed or whether it is 'boru'.... the error message that I receive is:- The email...
  17. allan.thompson99

    FTP connection details

    This has now been resolved and the details are:- Server Name ftp.nkelsey.x10.mx Cpanel User name **** CPanel password **** root host /public_html/ the error was with my VB routine in Excel! regards Allan
  18. allan.thompson99

    Access to site

    Like several others it seems.... I am receiving the following error when accessing my web site:- If you feel you have reached this page in error, please contact the web site owner: webmaster@nkelsey.x10.mx It may be possible to restore access to this site by following these instructions...
  19. allan.thompson99

    FTP connection details

    Hi there, I am trying to automatically send a file using FTP from Excel. There is conflicting information in the Wiki and Cpanel help and I would be grateful for any help! The files are intended to be sent to a sub-folder of 'public_html' My details are:- Web Site:-...
  20. allan.thompson99

    Link to hosted files

    Wow - what an idiot! Many thanks for spotting that Interesting that the Captcha picked me up straight away - it was 'gone dolally' - appropriate or what! have changed the urls and it now works! Thanks again. Allan
Top