eTicket Community
September 02, 2010, 02:35:38 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Want to engage your customers? eTicket  will soon be incorporated into Help Center Live!, the Live Chat leader!
 
   Home   Help Search Login Register  
Quick Register
Choose username  Email                 
Verify password    Choose password 
I agree to Registration Agreement
Pages: [1]   Go Down
  Print  
Author Topic: php mail()  (Read 1390 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
Super Member
*****

Karma: +13/-0
Offline Offline

Posts: 601


In a world without fences, who needs Gates?


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

Don't PM me directly for help.  Post to the forums, that's what they are for after all.  PM's to me that request help will be ignored.

Hummdis Web Design - Freelance Website Design & IT Consulting
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
Super Member
*****

Karma: +13/-0
Offline Offline

Posts: 601


In a world without fences, who needs Gates?


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

Don't PM me directly for help.  Post to the forums, that's what they are for after all.  PM's to me that request help will be ignored.

Hummdis Web Design - Freelance Website Design & IT Consulting
eTicket Community
   

 Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 2.57 seconds with 23 queries.

Google visited last this page October 06, 2009, 09:16:15 PM