Recent Updates RSS Toggle Comment Threads | Keyboard Shortcuts
-
Jason
-
Jason
http://www.geckoandfly.com/6309/download-yahoo-messenger-10-full-offline-installer-15-8mb/
Yahoo Messenger Offline Installer…
-
Jason
Setup Local Mail Server on XAMPP (Mercury Mail)
Setup DNS for your NIC
- Go to Start->Network Connections
- Edit the NIC you are using
- Double Click TCP/IP settings
- Manually enter in the DNS servers from your ISP
Disable unneeded Protocols
- Start Mercury from the Control Panel
- Go to CONFIGURATION->PROTOCOL MODULES
- Disable everything except the MERCURYC SMTP RELAY CLIENT and MERCURY SMTP
- Restart Mercury
Make Changes to Core Module
- Go to CONFIGURATION->MERCURY CORE MODULE then the GENERAL tab
- Check to make sure “localhost” is the value of “internet name for this system”
- Disable all but “send copies of all errors to postmaster”
- check tab “Local Domains” make sure Localhost is there
- Close and save
Edit MercuryS SMTP Server
- Open CONFIGURATION -> MERCURY S SMTP SERVER
- Choose general tab and enter name as SMTP
- Make sure port 25 is listed
- Add 127.0.0.1 to “IP interface to use”
- Go to Connection Control and add 127.0.0.1 to the list
- Un-check “do not permit SMTP relaying to non-local mail”
- Close and Save
Edit MercuryC SMTP Client
- Open CONFIGURATION -> MERCURYC SMTP CLIENT
- Enter in external SMTP client (smtp.google.com for example) on port 465 with SSL (or whatever ports are supported)
- Enter your login name and password to that external SMTP server
- Close and Save
Edit PHP.INI file to include from line
- Then go edit your PHP.INI file in XAMPP
- Under [mail function] add the line “sendmail_from = postmaster@localhost”
- Stop and restart Mercury and Apache
Source: http://www.danieltmurphy.com/setting-up-mercury-smtp/
-
Jason
-
Jason
PHP Jasper fixed on “Cause: net.sf.jasperreports.engine.JRException: Unable to get value for field ‘date_field’ of class ‘java.sql.Date’
add the string to Datasourse line in PHP jdbc connection string:
?zeroDateTimeBehavior=convertToNulle.g.
jdbc:mysql://localhost:3306/mySqlDatabase?zeroDateTimeBehavior=convertToNull
