Hello everybody,
I have installed Webim on a server that runs websites only, no local email server.
I have read other posts with similar problem and I have appplied $body = preg_replace("/\n/","\r\n", $body); to the file common.asp, as suggested by another forum member, but still, when I try to send an offline message as a visitor, I get the following error:
Warning: mail() [function.mail]: SMTP server response: 550 Requested action not taken: mailbox unavailable or not local in C:\Inetpub\vhosts\verapagani.com.br\httpdocs\webim\libs\common.php on line 498
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\verapagani.com.br\httpdocs\webim\libs\common.php:498) in C:\Inetpub\vhosts\verapagani.com.br\httpdocs\webim\libs\common.php on line 301
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\verapagani.com.br\httpdocs\webim\libs\common.php:498) in C:\Inetpub\vhosts\verapagani.com.br\httpdocs\webim\libs\common.php on line 302
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\verapagani.com.br\httpdocs\webim\libs\common.php:498) in C:\Inetpub\vhosts\verapagani.com.br\httpdocs\webim\libs\common.php on line 303
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\verapagani.com.br\httpdocs\webim\libs\common.php:498) in C:\Inetpub\vhosts\verapagani.com.br\httpdocs\webim\libs\common.php on line 304
Seems like I need to authenticate an smtp server thats outside of the current server where webim is.
Any help will be greatly appreciated.
Im on a windows server running Plesk 8.3
Thanks
Eder Wainer