Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Trouble With Emailer.php, failed sending email error
Pipirupi
post Jun 24 2005, 07:15 AM
Post #1


Newbie [Level 2]
**

Group: Members
Posts: 27
Joined: 24-June 05
Member No.: 8,609



Whenever someone registers at my forum, they get this error:


Failed sending email :: PHP ::

DEBUG MODE

Line : 234
File : emailer.php

however, the account will be sucessfully registered.

It is weird because i did not change the original emailer.php at all. O__O|||
anyone know whats up with it?
Go to the top of the page
 
+Quote Post
Saint_Michael
post Jun 24 2005, 11:16 AM
Post #2


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,560
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



i suggest reloading your forum abd let people know

also which forum are you using to help makes things easier
Go to the top of the page
 
+Quote Post
beeseven
post Jun 24 2005, 11:27 PM
Post #3


Privileged Member
*********

Group: Members
Posts: 629
Joined: 26-February 05
Member No.: 3,995



Maybe you should post line 234 and let us look at it?
Go to the top of the page
 
+Quote Post
St0n3Iz
post Jul 13 2005, 09:03 PM
Post #4


Newbie
*

Group: Members
Posts: 1
Joined: 13-July 05
Member No.: 9,388



QUOTE(beeseven @ Jun 24 2005, 11:27 PM)
Maybe you should post line 234 and let us look at it?
*




// Did it work?
if (!$result)
{
message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
}

return true;
}


thats the link area stuff starting with messsage_die i have the same problem w/ my site and it dousnt work
Go to the top of the page
 
+Quote Post
beeseven
post Jul 17 2005, 06:22 PM
Post #5


Privileged Member
*********

Group: Members
Posts: 629
Joined: 26-February 05
Member No.: 3,995



From what I can tell, it seems that result doesn't exist. The code you posted looks like it should print "Failed sending email :: PHP :: (contents of $result)," but there appears to be nothing after the second set of colons. Is it possible that $result never got created? Like a typo somewhere?
Go to the top of the page
 
+Quote Post
pentiumas
post Jul 19 2005, 09:34 PM
Post #6


Newbie [Level 3]
***

Group: Members
Posts: 43
Joined: 19-July 05
Member No.: 9,636



You are using PhpBB, right? I believe you do so. If you get this error you should try to configure STMP options in PhpBB main configuration. Simply type the mail server (SMTP) address and/or username and/or password. Check if it works. If it doesn't (i believe it's your server) try to change configuration options in php (php.ini). Replace SMTP = localhost with a mail server's address. Also you can add ; before sendmail_from. Try this too. Good luck! tongue.gif
Go to the top of the page
 
+Quote Post
iGuest
post Oct 5 2007, 09:20 PM
Post #7


Hail Caesar!
*********************

Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Depending on how many users you are sending to, I've discovered this is a volume limitation. My forum has been restricted to 50 users at once. I've not found a work around accept to create user groups of 50 or less and email multiple groups. Hope that helps.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Email Form(12)
  2. Parse: Error Unexpected T_lnumber(4)
  3. Wappymail_v1.50(15)
  4. Freetype, Gd And An Error(1)
  5. Uglymonkey Toplist Script(7)
  6. Phpnuke Newsletter Sending Problems(0)
  7. Detect Image Resolution Without Gd(1)
  8. Help Needed With Silly Error(8)
  9. Error Importing Sql Query Via Php(6)
  10. Email Header Inject Test(0)
  11. [forum] Double Posting Happening By An Error(3)
  12. Add Users On Email Program With Php?(1)
  13. Error With Joomla Template(1)
  14. Error On Emailer.php & Smtp.php At Phpbb(2)
  15. Php Fsockopen() Error(14)
  1. Phpbb2 Error(4)
  2. Email Sending.(1)
  3. Sending $_get[] Variables To An Application(3)
  4. Trouble With Phpbb Email(1)
  5. T_string Error Please Assist(5)
  6. Php Email Validation(1)
  7. Php Objects: Catchable Fatal Error(4)
  8. An Interesting Approach To Email Verification...(6)
  9. Sending E-mails After News Update?(8)
  10. Mysql Error(3)
  11. Sending E-mails Based On Intervals?(7)
  12. A Question About Php Mail(1)
  13. Linux/ Apache /mod_rewrite Issue(4)


 



- Lo-Fi Version Time is now: 10th October 2008 - 06:37 PM