Hi there,
cause php mail isnt working correct at our Intranet, i have to setup smtp for HESK.
Is there a tutorial for that?
The tipp from jrewolinski isnt working correct at my side, an empty white page is shown.
Its urgent!
Thx and bye
Frank
P.S. iam using xampp
SMTP
Moderator: mkoch227
Problem is solved. Was an auth-error with the provider Host Europe.
You can use this little programm:
http://sourceforge.net/projects/smtpauth/files/
Generates an authentifikation for php-scripts, which dont supports smtp-login.
Have fun!
Frank
You can use this little programm:
http://sourceforge.net/projects/smtpauth/files/
Generates an authentifikation for php-scripts, which dont supports smtp-login.
Have fun!
Frank
I am working on replacing the mail() function in the scripts with phpMailer ( http://phpmailer.worxware.com/index.php?pg=phpmailer )
To avoid problems as you mentioned.
To avoid problems as you mentioned.