consult
11-19-2003, 10:57 AM
I installed the phpSupportTicket add in script on a site and am having problems with the ticket email part.
I am getting an error when I login to the PHP Support Ticket and add a new ticket...it adds the ticket but it doesn't email the info. Instead I get two fsockopen messages:
Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/immedia/public_html/SupportTickets/class.smtp.php on line 87
Warning: fsockopen(): unable to connect to smtp.immediasoftware.com:25 in /home/immedia/public_html/SupportTickets/class.smtp.php on line 87
I've never worked with or seen fsock stuff before so I wondered if anyone else had any clue what I have to fix to get this piece working?
I am getting an error when I login to the PHP Support Ticket and add a new ticket...it adds the ticket but it doesn't email the info. Instead I get two fsockopen messages:
Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/immedia/public_html/SupportTickets/class.smtp.php on line 87
Warning: fsockopen(): unable to connect to smtp.immediasoftware.com:25 in /home/immedia/public_html/SupportTickets/class.smtp.php on line 87
I've never worked with or seen fsock stuff before so I wondered if anyone else had any clue what I have to fix to get this piece working?