- Title: New member
- Status: Offline
- Registered: 2009-10-24
- Posts: 4
Topic: Apply Online emails not being sent
I've looked all over and can't seem to solve this problem. I finally was able to get all the other emails to be sent (emails to the individual who posts the ad letting them know it's going through the approval process, and when it's been approved as well as the emails to the admin to approve the ad) I just can't get the "Apply Now" to work.
When I click Apply Now and enter in all the requested information (with and without an attachment) I get a congratulations message however no email is being sent to the individual who posted the ad.
Please advise!
- Title: rawkstar wannabe
- Status: Offline
- Registered: 2009-01-16
- Posts: 362
Re: Apply Online emails not being sent
you can try to check your hosting's email queue/logs, maybe the mails are getting queued there and not getting sent out. also turn your error reporting on, it might help investigate. also helpful is your hosting's error_log files.
will host your job board for you at minimal cost! read more:
http://mim.io/acb992
- Title: New member
- Status: Offline
- Registered: 2009-10-24
- Posts: 4
Re: Apply Online emails not being sent
I have error reporting on and there are no errors. Mail is also not in any queue that I can find. Same with error_logs.
I think there may be a break between the apply now form and the mailer. Any suggestions?
- Title: rawkstar wannabe
- Status: Offline
- Registered: 2009-01-16
- Posts: 362
Re: Apply Online emails not being sent
try inserting a mail code on page_apply.php and send yourself a mail and see if it works. if it doesn't then next you'd want to look at the class.Postman.php coz obviously it's between the page_apply and the Postman class that is not working.
will host your job board for you at minimal cost! read more:
http://mim.io/acb992
- Title: New member
- Status: Offline
- Registered: 2010-10-09
- Posts: 1
Re: Apply Online emails not being sent
hi all!
em facing the same problem, mails are not being sent!
i tried out the simple mail function
mail($to,$subject,$message,$headers);
em getting this warning:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\jobberbase\public\signup.php on line 76
also mail is't sent!!
please help!!!!!!
- Title: Administrator
- Status: Offline
- From: Oradea, Romania
- Registered: 2008-08-20
- Posts: 966
Re: Apply Online emails not being sent
Hi,
Sorry, this isn't jobberbase related, it's XAMPP related. You have to configure it to allow you to send emails. I'd say that you should google for this, I'm sure you'll find a solution.
Posts [ 6 ]
Guest posting is disabled. You must login or register to post a reply.