Recent content by Gerhard

  1. G

    HTML 5: datalist

    Thanks. HTML5 is really great. We can only wait for the new ExeOutput 2. When will it be out? I like to answer my earlier question on datalist in HTML5. (This is not the first time, I answer my own question). It might help others: Going back to old, established jquery, I make the 99th demo (or...
  2. G

    HTML 5: datalist

    Anybody out there, who can help me? I would like to have the parameter datalist in the input box (HTML 5, running at all recent browser versions). It works well in my Chrome 40 and IE 11, but not with ExeOutput. I tried both Chromium and Trident engine, but it didn’t work. I will appreciate...
  3. G

    Send mail from php / PHPMailer

    Response to earlier question re xampp/Apache: Yes.
  4. G

    Send mail from php / PHPMailer

    Thanks for info. Finally, I managed to send emails from my ExeOutput. For those, who also struggle, here some documentation. In the old days, php’s mail was working well. Later on with increased SMTP authentication needs, PHPMailer is much better (and does not require painfull php.ini...
  5. G

    Send mail from php / PHPMailer

    Thanks for advice. Mandrill as SMTP online service looks very interesting. I tested: Still negative. Error log shows that problems after attempting TLS connection: 2014-12-18 09:07:58 SERVER → CLIENT: 220 2.0.0 Ready to start TLS 2014-12-18 09:07:58 CLIENT → SERVER: QUIT Does ExeOutput bypass...
  6. G

    Send mail from php / PHPMailer

    No one out there to help with mail() or PHPMailer? GDGSupport: I have paid for 2 years. Which workaround do you suggest? I assume, I am/will not be only one to send emails from PHP.
  7. G

    Send mail from php / PHPMailer

    Unluckily, that doesn’t work. I unblock port 587 (inbound/outbund rules) and the entire firewall. But still, PHPMailer does not run in ExeOutput.
  8. G

    Send mail from php / PHPMailer

    I just can’t make PHPMailer run on ExeOutput. It runs well for a long time on php source on my computer (localhost, on Apache, through gmail account, SMTP authentication, withouth sendmail), but no SMTP connection can be established when running on ExeOutput. I use standard PHPMailer (5.2): I...
  9. G

    Call to external programs with parameters

    Many PHP applications call to external utility programs with parameters. The PHP function exec() doesn’t work in very most cases in ExeOutput. There is the HEScript command RunAProgram to replace exec(): For example: procedure procExecProgram; begin RunAProgram(“Notepad”,"","",true,"")...
  10. G

    Connection to external server

    The exe file generated by Exeoutput creates a nice stand-alone application, in my case with MySQL (formerly I was running all my PHP files on a local server XAMPP installation). In addition, is it also possible to access either this exe file on the network server? Or better, with my local exe...
Back
Top