SMTP

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
fk59
Posts: 22
Joined: Thu Jan 21, 2010 7:30 am

SMTP

Post by fk59 »

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
fk59
Posts: 22
Joined: Thu Jan 21, 2010 7:30 am

Post by fk59 »

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
Petert
Posts: 26
Joined: Sun Jan 10, 2010 10:10 pm

Post by Petert »

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.
jmays
Posts: 1
Joined: Tue Jan 26, 2010 3:20 pm

Post by jmays »

Dooes the smtp authorization downloadget installed in the helpdesk directory on the webserver or the email server?
fk59
Posts: 22
Joined: Thu Jan 21, 2010 7:30 am

Post by fk59 »

on that machine, who is apache running (xampp).

If you have a provider, install it anywhere on your pc.

bye
Frank :-)
Post Reply