Search results

  1. B

    Constant 503 Service Unavailable error

    I am getting this about 25% of the time when my script attempts to send an email via smtp.
  2. B

    E-mail Sending Trouble

    The error is happening again. Can someone explain to me what the error message exactly means? Is the email not being placed into queue then for delivery? I am using PHPmailer, so I am expecting that once the smtp transaction takes place, it is assumed that it will be sent eventually. Can I...
  3. B

    E-mail Sending Trouble

    Started going through again last night. Good that they weren't lost. If they are in the queue, I am happy. It's a free service. Thanks for the fix!
  4. B

    E-mail Sending Trouble

    I cannot send either. I am on the absolut server. Can we get an update on this? Error: queue file write error is what I see in the trace logs. I use phpMailer which used to work great through gmail, but once x10 started rerouting them to their own servers, I have seen this.
  5. B

    Cron job triggering Module Already Loaded errors

    Absolut here as well.
  6. B

    Cron job triggering Module Already Loaded errors

    My script is pretty bare bones and I don't see how I could be causing this to happen. Can someone explain this to me? The only info I can find on the web deals with the ini file. The script resides in my home directory and the following is from the error log file [25-Jun-2013 08:55:02...
  7. B

    SMTP Copies in Sent Mail?

    Thank you for the reply. Exactly what I figured, just wanted to confirm.
  8. B

    SMTP Copies in Sent Mail?

    Are emails sent via SMTP on x10 servers stored anywhere, or do they die in a puff of smoke? When I look at the sent folder in my webmail, there are none.
  9. B

    Cron jobs not running

    you freaking rock. Thanks. What was the issue?
  10. B

    Cron is not working.

    Mine stopped working last night I think.
  11. B

    Cron jobs not running

    It runs every five minutes. Was working yesterday. Nothing has changed; it is still there. I log into a file for each run. The log is no longer updating. Sometimes the script does nothing, sometimes it sends out an email or a few. This error just popped up in the error log...
  12. B

    Cron jobs not running

    Anyone else? Just curious. They seem to be swamped, so the help for free host tickets may be a while. I'm on Stoli.
  13. B

    SMTP Issues with PHPMailer

    So I setup an email account with x10 and am successfully sending messages out from Stoli. This pretty much proves my point. The debug statements are the same. I am pretty sure my communication to the Google server is getting directed back to Stoli for some reason. SMTP -> FROM...
  14. B

    SMTP Issues with PHPMailer

    I've tried everything I can and my ticket is just sitting there. I don't expect to have anyone bend over backwards for free host member, but some sort of help would be nice. If something worked, then something changed on x10's end, and now it does not work, it would be nice to know what...
  15. B

    SMTP Issues with PHPMailer

    $mail = new PHPMailer(); $mail->IsSMTP(); $mail->SMTPDebug = 3; // 1 = errors and messages, 2 = messages only $mail->SMTPAuth = true; $mail->SMTPSecure = "tls"; $mail->Host = "smtp.gmail.com"; $mail->Port = 587; $mail->Username = "ADDRESS"; $mail->Password = "PASSWORD"...
  16. B

    SMTP Issues with PHPMailer

    Why is that thread closed BTW?
  17. B

    SMTP Issues with PHPMailer

    Nothing points towards PHPMailer. It was working fine and I use the same code for other applications. I guess I am just gonna have to host somewhere else. I see no other option, especially after the news above from another member.
  18. B

    SMTP Issues with PHPMailer

    Can you elaborate? Are you having the same issue? If you are referring to the From server, this is what I am saying. My code is setting the host to smtp.gmail.com, yet Stoli as answering. At least this is what I am taking from it. If so, a reroute is the only answer, correct?
  19. B

    SMTP Issues with PHPMailer

    I'm simply using PHPMailer to send emails through the SMTP server for Gmail. It worked easily and correctly for a year, and in that time only about 50 emails were sent, so I can't be blacklisted. Suddenly two weeks ago, it started to fail. I don't think I am even communicating with the proper...
  20. B

    SMTP Issues with PHPMailer

    I have confirmed I get the exact same error messages when trying to reach the SMTP server at Yahoo. What is going on? Is this not happening to anyone else?
Top