From: Pim v. S. <pim...@gm...> - 2001-12-13 22:52:26
|
Hi John, Sending mail through a POP3 server is not possible. You must send it via a SMTP mailserver. The server running phphelpdesk must be able to send mail and need to know the smtp server it can send mail to. In the configuration you give the name of the domain the mail is coming from. It is used in the "From:" header field and nothing more. It does not say anything about how to send mail. That is something the operating system must be able to do. Regards, Pim van Stam -----Oorspronkelijk bericht----- Van: php...@li... [mailto:php...@li...]Namens JFe...@ao... Verzonden: donderdag 13 december 2001 22:16 Aan: php...@li... Onderwerp: [Phphelpdesk-help] email server question What context do I use to email the tickets through my POP3 server? I know how to edit the general.conf.php file; however, I'm not sure what it wants. For example: 1. //$g_mailservername = "http://mail.servername.com"; 2. //$g_mailservername = "mail.servername.com"; 3. //$g_mailservername = "192.168.123.100"; //IP address 4. //$g_mailservername = "please//helpme.iam.lost"; I've tried them all with no luck (well except no. 4). I am running Windows 2000 and IIS 5. Thanks, John _______________________________________________ Phphelpdesk-help mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phphelpdesk-help |