Page 1 of 1

Setting up SMTP for the emailing!!! Help!

Posted: Fri Nov 11, 2005 1:59 am
by kingz
Just a very basic question! How can i setup SMTP for the helpdesk script! Right now no emails can be sent out! My server has the email user 0 block so you have to use smtp for every script! SMTP works great with phpbb so i need to know how would i set it up on the helpdesk!

:D

Any help would be nice! Thanks!

Posted: Fri Nov 11, 2005 10:43 pm
by Klemen
Hi,

All you need to do is get the PHP mail() command working properly, you should setup all the SMTP settings in the php.ini file. Check the PHP documentation for more info.

Regards

Posted: Sat Nov 12, 2005 1:16 am
by kingz
Klemen Stirn wrote:Hi,

All you need to do is get the PHP mail() command working properly, you should setup all the SMTP settings in the php.ini file. Check the PHP documentation for more info.

Regards
OK, First tell me when I can find the php.ini at is it part of the script or where can i find it! I use cpanel/WHM and the user zero is disable this help prevent spam and people spamming using the server! I have my phpbb working great with smtp! Thanks for fast responds!

Right now i have no emails at all working with the helpdesk script!

Posted: Sat Nov 12, 2005 11:37 am
by Klemen
In that case contact your hosting company and ask if the PHP mail() command has been disabled. The php.ini is part of PHP installation on your server and you cannot edit it unless you have root server access.

All you need to do is contact your host and ask if mail() is disabled or not.

almost have it last idea!

Posted: Wed Nov 16, 2005 12:10 pm
by kingz
How can i put this in place?

[mail function]
; Setup for Linux systems
sendmail_path = /usr/sbin/sendmail -t
sendmail_from = me@myserver.com

found something here http://www.sitepoint.com/article/advanced-email-php
this is for smtp i need to do this as i have no access of php.ini but i can do email as long as it smtp! Thanks any help will be the best

this thread also has some details on it also viewtopic.php?p=1894


:?