Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

2151 Posts in 536 Topics- by 919 Members - Latest Member: ks-admin

Pages: [1]   Go Down
Print
Author Topic: php mail()  (Read 900 times)
0 Members and 1 Guest are viewing this topic.
Taek
New Member
*

Karma: +0/-0
Offline Offline

Posts: 7


« on: November 16, 2008, 08:48:49 PM »

Just upgraded this morning and anytime I attempt to select the mail() function to send mail and save. it resets back to sendmail. Is there anyway I can fix this issue?.
Logged
Hummdis
Moderator
Sr. Member
*****

Karma: +12/-0
Offline Offline

Posts: 431



WWW
« Reply #1 on: November 17, 2008, 05:25:24 AM »

In inc/admin_pref.html.php, make sure the SMTP select option looks like this:

Code:
<SELECT NAME="mail_method">
                <OPTION VALUE="local"<?php echo htmlspecialchars($db_settings['mail_method']) == 'local' ' selected' ''?>>Sendmail</OPTION>
                <OPTION VALUE="smtp" <?php echo htmlspecialchars($db_settings['mail_method']) == 'smtp' ' selected' ''?>>SMTP Server</OPTION>
                <OPTION VALUE="mail" <?php echo htmlspecialchars($db_settings['mail_method']) == 'mail' ' selected' ''?>>PHP mail()</OPTION>               
             </SELECT>
Logged

pixel
New Member
*

Karma: +0/-0
Offline Offline

Posts: 5


« Reply #2 on: November 18, 2008, 10:06:56 PM »

I have the same problem. I have checked admin_pref.html.php but I see no error.
Logged
beven
Project Manager/Developer
Global Moderator
Super Member
*****

Karma: +12/-4
Offline Offline

Posts: 804


WWW
« Reply #3 on: November 21, 2008, 09:51:56 PM »

Look close it was a small typo that prevented you from seeing PHP mail was selected.
Logged

Not to be confused with Bob Evans.
Ask not what eTicket community can do for you - ask what you can do for eTicket community.

Version 2 coming out shortly.
Hummdis
Moderator
Sr. Member
*****

Karma: +12/-0
Offline Offline

Posts: 431



WWW
« Reply #4 on: November 24, 2008, 05:14:56 AM »

I have the same problem. I have checked admin_pref.html.php but I see no error.

As I said, make sure that your admin.html.php looks EXACTLY like that.  You can just copy and paste the code above to be sure.
Logged

eTicket Community
   

 Logged
Pages: [1]   Go Up
Print
eTicket CommunitySupportInstallation Help & Software Support (Moderators: jason, Hummdis)Topic: php mail()
Jump to: