Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > osTicket 1.6.x > Installation and Setup Help

Reply
 
Thread Tools Search this Thread Display Modes
  #11  
Old 03-03-2008, 11:42 AM
lazymoon lazymoon is offline
Junior Member
 
Join Date: Feb 2008
Posts: 3
Default I have the same problem.

EVerything enabled from autoresponder to cron job. etc.

The admin receive the email sayin a new ticket has been submitted

but the customer never gets an email even if you reply to the customer throught the system the customer does not get an email.

buggy system still.
Reply With Quote
  #12  
Old 03-07-2008, 06:04 PM
ike ike is offline
Junior Member
 
Join Date: Mar 2008
Posts: 7
Default email problems

I am having the same exact issue with very similar server settings as Leo. I am almost sure it is not an ISP side problem; reason, other scripts with mail functions are working 100% with no glitch. Therefore I believe it is a bug in osTicket. Does anyone know what modules in osTicket are responsible for handling the email? That will give us an opportunity to look at these modules and see if we can figure it out quickly.

Million thanks to all involved in this awsome project.
Reply With Quote
  #13  
Old 03-07-2008, 08:09 PM
ike ike is offline
Junior Member
 
Join Date: Mar 2008
Posts: 7
Unhappy Tiny Bug

While looking at the code i found this on line 24 of the class.mailparse.php in the include directory:

class Mail_Parse {

var $mine_message;

I think that line should be:

class Mail_Parse {

var $mime_message;

However, that does not fix the original problem of no email being sent out to posting individual.

Still looking through the modules
Reply With Quote
  #14  
Old 09-09-2008, 12:02 AM
trapikman trapikman is offline
Junior Member
 
Join Date: Sep 2008
Posts: 2
Question

I'm getting a similar error.

The END-USER does not receive a New Ticket confirmation.

The ADMIN receives a New Ticket created confirmation.

When ADMIN updates the Ticket, the END-USER receives an e-mail that that the ticket has been updated.
Reply With Quote
  #15  
Old 09-09-2008, 11:12 PM
trapikman trapikman is offline
Junior Member
 
Join Date: Sep 2008
Posts: 2
Thumbs up

OK, the END USER is receiving new ticket confirmation, albeit delayed. I investigated further and it seems this is an anti-mail flood setting on my host.

so, problem fixed.

Oh, I also changed the support e-mail from a gmail account to mydomain account. I'm sure if that was it, but worth a try to anyone still experiencing this error.

cheers.
Reply With Quote
  #16  
Old 10-18-2008, 04:09 AM
majgis majgis is offline
Junior Member
 
Join Date: Oct 2008
Posts: 1
Default One Solution

This problem occurred for my site after I foolishly deleted the main email account.

Here was the solution which got everything back on track:
The issue was caused because php was working as apache user "nobody" and the "nobody" user is not allowed to send mails from the server. So I have pasted the following entries in your .htaccess file

AddHandler application/x-httpd-php5 .php
Action application/x-httpd-php5 "/cgi-bin/php"

and have copied a php binary to your cgi-bin so that php now will work as user "<admin-name>".
Reply With Quote
  #17  
Old 10-18-2008, 07:20 PM
twtv twtv is offline
Junior Member
 
Join Date: Oct 2008
Posts: 23
Default Hello

Hello,

I am not quite trained in PHPP and does not understand BINARIES you quoted above.

1. I never saw a page where I have to specify the POP3 settings of 'nobody" then how is it sending email?

2. How to make it send an email to the customer thru a desired email address?

A help will be highly apreciated.

Thanks
Reply With Quote


Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:26 PM.