Jul 25, 2008

Trouble With Emailer.php - failed sending email error

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

free web hosting

Trouble With Emailer.php - failed sending email error

Pipirupi
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?

Reply

Saint_Michael
i suggest reloading your forum abd let people know

also which forum are you using to help makes things easier

Reply

beeseven
Maybe you should post line 234 and let us look at it?

Reply

St0n3Iz
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

Reply

beeseven
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?

Reply

pentiumas
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

Reply

iGuest
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.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. phpbb failed sending email :: php :: debug mode file : emailer.php - 17.37 hr back. (1)
  2. failed sending email :: php :: debug mode line : 234 file : emailer.php - 19.69 hr back. (1)
  3. php email sending failed - 26.06 hr back. (1)
  4. phpbb2 emailer php fix - 26.67 hr back. (1)
  5. mail sending failed in php - 56.98 hr back. (1)
  6. mail failed to send php - 75.62 hr back. (1)
  7. why email sending fail in php - 76.39 hr back. (1)
  8. failed sending email :: php :: emailer.php - 89.69 hr back. (1)
  9. php failed sending email - 93.56 hr back. (1)
  10. line : 234 file : emailer.php - 99.11 hr back. (1)
  11. solutions for emailer.php line 234 error - 102.63 hr back. (1)
  12. failed sending email :: php :: debug mode line :234 file : emailer.php - 113.89 hr back. (1)
  13. failed sending email :: php :: debug mode line : 234 file : emailer.php - 52.66 hr back. (2)
  14. failed sending email :: php :: debug mode line : 234 file : emailer.php - 28.94 hr back. (2)
Similar Topics

Keywords : trouble, emailer, php, failed, sending, email, error

  1. Sending E-mails Based On Intervals?
    (7)
  2. Mysql Error
    (3)
    ok i need some more help from the wonderful coders here at Trap. I'm almost done with my CMS
    script, but i'm having a problem with the installer.php file, when it trys to inseret the user
    data into the database i keep getting the following error: CODE mySQL Error: You have an
    error in your SQL syntax; check the manual that corresponds to your MySQL server version for the
    right syntax to use near ';INSERT INTO `members` (`id`, `name`,
    `username`, `password`, `email`, `title`) ' at lin....
  3. Sending E-mails After News Update?
    Coding needed?!? (8)
    I need the following code or the idea how to reach this concept. Let's say, I have a database
    entry which is called "news", where all of the news stories are stored. If this database entry got
    modified, like the new post was added to the web-site by an administrator, the registered users will
    get some kind of email notification automatically, I mean the mails are sent automatically without
    the interaction of someone else. ....
  4. An Interesting Approach To Email Verification...
    (6)
    I was thinking just now and I came up with a very interesting solution for email verification.
    It's actually based off of how alot of spammers get your email: Dynamic images. You could have
    a dynamic image display in the email that activates the account when loading it. The only downfall
    to it is if your users are using a an email provider such as Gmail, the images will be blocked, but
    I have a solution for that too. You could have the image say "Congratulations your account has been
    activated". And then below the image in plain text write "If you do not see the....
  5. Php Objects: Catchable Fatal Error
    There is a weird problem with objects in php 5.2.2 (4)
    in php 4.4.7 my code seems to be ok but in later version 5.2.2 i get this error Catchable fatal
    error: Object of class mission_rank could not be converted to string in
    /Applications/xampp/xamppfiles/htdocs/nexus/includes/forms/cn_reload.php on line 41 cn_reload.php
    include('../class/userClass.php'); session_start(); $app_user =&
    $_SESSION ; if ($app_user->character != false) { $race_letter =
    array('H','E','T','M','G'); $cn_id = 0; foreach
    ($app_user->character as....
  6. Php Email Validation
    A PHP data validation class with many functions (1)
    I've been reading through my old php book (PHP 4.1) and came across this data validation class.
    It can check a number of things ranging from telephone numbers , credit card number formats, email
    address and some others. I checked out some of the methods although I didnt expect it to work 100%
    because I've found source code errors thoughout the book and CD. I tested out a few of the
    methods to check and some of them did return expected results but some didnt either so the data
    validation class was not perfect and it didnt really bother me. The cool thing I found....
  7. Encode Your Email Address
    Confuse the Spam Bots, but not your viewing clients (5)
    Spam bots often 'scrape' pages to glean information and collect email addresses. I don't
    like that. To combat the Bots from collecting my address off of my site, I wrote a script that
    includes 'obscures' the address in several ways. It adds 'AT' where the '@'
    sign is and then replaces the '.' with 'DOT' so it is humanly readable, but not by
    the Bots. Also, it encodes the 'mailto' and the address used in the 'mailto' so it
    shows okay on the web page and on:hover, but it is actually encode into hex value....
  8. T_string Error Please Assist
    (5)
    I have unexpected t_strings in 3 lines they are CODE <?php // $Header$ //this
    script may only be included - so its better to die if called directly. if
    (strpos($_SERVER["SCRIPT_NAME"],basename(__FILE__)) !==
    false) {   header("location: index.php");   exit; } /* A basic library to
    handle a cache of some Tiki Objects, usage is simple and feel free to improve it */ class Cachelib
    {   var $folder;   function Cachelib() {         global $tikidomain;
            $th....
  9. Trouble With Phpbb Email
    (1)
    Hi guys, I want to know if there is anything you can do for sending confirmation email to your
    users automatically when they have just regeistered, when the host server does not support SMTP
    (Simple Mail Transfer Protocol). ? Thanks alot.....
  10. Sending $_get[] Variables To An Application
    (3)
    I'm trying to work out if it is possible to send variables to a application on server. E.g
    send the variable of id which is equal to 10 to an application - test.exe?id=10 Any ideas to see if
    this is possible?....
  11. Email Sending.
    email sending with php. (1)
    this script allow user to send an email for you. i hope you enjoy /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> CODE
    [color="#0000ff"][indent]<?      $top='<html
    dir="rtl">      <head>   <meta http-equiv="Content-Language"
    content="fa">   <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">   </head>      <body>      <div
    align="center">       <p style="margin-top&....
  12. Phpbb2 Error
    recently showing up (4)
    I tried to install a mod. Did it successfully but didn't like the end result. So I went through
    the install backwards and reverted everything back to how they were. Now I am getting this error.
    QUOTE Warning: Cannot modify header information - headers already sent by (output started at
    /home/damen/public_html/phpBB/language/lang_english/lang_main.php:1034) in
    /home/damen/public_html/phpBB/includes/page_header.php on line 483 Warning: Cannot modify header
    information - headers already sent by (output started at
    /home/damen/public_html/phpBB/language/lang_english....
  13. Php Fsockopen() Error
    (14)
    Hi guys, I've been having problems with PHP and my Apache server, I've got this book (SAMS
    PHP, MYSQL and Apache All in One) I've installed all services correctly, but I get an error on
    my Radio Homepage saying: QUOTE Warning: fsockopen() : unable to connect to 5.106.1.74:8000 (A
    non-blocking socket operation could not be completed immediately. ) in C:\Program
    Files\Apache Group\Apache2\htdocs\radio\stats\radio_stats.php on line
    13 Riphabbo Radio Is Currently Offline I'm new to PHP and would like to know if th....
  14. Error On Emailer.php & Smtp.php At Phpbb
    ERROR on emailer.php & smtp.php at PhpBB (2)
    Are you use free webhosting??? smtp.php and emailer.php are general error on CMS like phpBB . It
    make email verification disabled.Why??? because free webhosting not allow us use smtp port .they
    afraid their server will atacking with spam !! so what solution to solve this problem?? You
    can search on google or join at phpBB forum !!! but if it can not solve all this problem
    it only able 1 trick ..you must download emailer MOD at www.phpbbhacks.com to inactive emailer.php
    or smtp.php ....
  15. Error With Joomla Template
    cant find function (1)
    Hello! I am working on my template in Dreamweaver and i am using joomla extensions for
    dreamweaver! When i start my page with joomla stand alone server(jsas) i get this errors on the
    bottom of the page! QUOTE Warning:
    mosloadcomponent(w:/www/Joomla/components/com_banner/banner.php) : failed to open stream: No such
    file or directory in w:\www\Joomla\includes\frontend.php on line 66 Warning:
    mosloadcomponent(w:/www/Joomla/components/com_banner/banner.php) : failed to open stream: No such
    file or directory in w:\www\Joomla�....
  16. Add Users On Email Program With Php?
    (1)
    First of all Marry Christmas, Well so i am in some kind of a problem, i can't find out how to
    add users to my mail service, i have no idea what SMTP/IMAP program the server runs, neither does
    the system administrator. But it should be kinda the same thing for all of them if i am not wrong,
    Anyways i have full access to server so i can do whatever i want to do, i have SSH access too (Root
    access /rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0"
    alt="rolleyes.gif" /> )....
  17. [forum] Double Posting Happening By An Error
    (3)
    Hello, I am currently working on EvilBoard 0.1.1, for those who know about this project versjon 0.1b
    can be downloaded from http://www.evilservices.com Well over to the reason why i am posting this,
    I am currently experincing a problem with my new posting code wich has been rewrited in version
    0.1.1, You see, it is double posting by an error, i thouht i could fix that myself, but no, so i
    just thought, Trap17 is perfect, they problety know how to fix this, Here is the code: CODE
    <? /* * @Name: Post Topic * @Author: Arne-Christian Blystad * @Copyright&....
  18. Email Header Inject Test
    (0)
    So I'm trying to write a script to check if someone is trying to do a header inject using my web
    based email form. The problem is that, regardless of the content, it is being tagged as hijacked.
    The following is the relevant part of my code: CODE $ip=$_POST['ip'];
            $httpref=$_POST['httpref'];
            $httpagent=$_POST['httpagent'];
            $visitor=$_POST['visitor'];
            $visitormail=$_POST['visitormail'];         $s....
  19. Error Importing Sql Query Via Php
    Works in PHPmyAdmin (6)
    CODE     function sql()     {         $fp =
    fopen("sql.sql","r");         $sql =
    fread($fp,filesize("sql.sql"));         fclose($fp);
            return $sql;     } Thats $this->sql and here is the other source CODE
    function insert_sql()     {     if($_GET['insert'])  {
            $template = new template;         $db = new db;
            $db->connect();         $query = $this->sql();       ....
  20. Help Needed With Silly Error
    (8)
    Hi i have made a stupid error on one of my pages and having trouble finding it. It says unexpected
    ')' on line 114 can anyone please help me find it? Here is the page: CODE <? /** *
    * @package TibiaME Clan/Download Site * @version 1.00 2006/09/27 00:04:37 wappy * @copyright
    (c)2004-2006 wappyCULT * @home http://hack.s-60.org * @license You can use/modify this
    script but distributing it without permisinn, or removing the "Script By: wappy" link
    will invalidate your license and give wappy (wappyCULT) FULL RIGHTS to ....
  21. Detect Image Resolution Without Gd
    Also stop error if not found (1)
    Hi, I have come accross some starnge problem in PHP. I wanted to detect the image resolution in
    of a URL specified by the user. This is possible via getimagesize() function of PHP that is
    independent of GD library. But this function generates a E_WARNING Error if the image is not there.
    What shall i do to stop this warning ?? I dont want to show the Error in PHP style but my style of
    error reporting. Please help me.....
  22. Phpnuke Newsletter Sending Problems
    (0)
    i have a problem sending newsletters....when i send them no1 receives it...i tried sending to the
    registered users on my site which im in and i didnt recieve it in my mail...i dont know why this is
    happening...it says the newsletter is sent...but we get nothing in our mail... heres the code
    QUOTE /************************************************************************/ /* PHP-NUKE:
    Web Portal System */ /* ===========================
    */ /* ....
  23. Uglymonkey Toplist Script
    Getting an error with this script, please help. (7)
    I'm getting an error on the index page.Need help to fix it please. There's the error:
    CODE Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
    resource in /home/chatz/public_html/top/index.php on line 10 Failed: delete from
    uglymonkey_toplist where lastin < '2006-07-28 18:23:19' and total='0'
    Here's the index page that I'm getting the error on: CODE <?php
    include("config.php"); if ($purgedays>0){     $purgeseconds =
    $purged....
  24. Freetype, Gd And An Error
    I just can't get FreeType to work (1)
    Basically I have this code: CODE header("Content-type: image/png");
    $bgimg = "bg.png"; $im = imagecreatefrompng($bgimg); $number =
    rand(10,99); $textcolour = imagecolorallocate($im, 255, 255, 255);
    $font = "arial.ttf"; imagettftext($im, 65, 0, 5, 95, $textcolour,
    $font, $number); imagepng($im); imagedestroy($im);
    Unfortunately all I get is the blank placeholder for an image (or the red X if you still use IE)
    rathe....
  25. Wappymail_v1.50
    wap free mail/ email admin script :-) (15)
    Here is my new wap mail script. You can use it as a free email sending service or an email admin
    form (can set this option in config.php) its extremly simple to install and you will find full
    instructions in the zip file. Please feel free to comment, rate, or update this script :-)
    /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> ....
  26. Yet Another Problem With A Form Script
    Maybe I should just use email? lol (6)
    Okay, here is what I got. I know, three topics on form scripts, but hey, I am learning. I used a
    generator, and then put it on, but it is giving me a santax (is that how you spell it) on line 13
    with an unexpected = sign. I recited taht the best I could. Anyway, so I need some help. The form
    is located in http://inneed.mxweb.co.uk/askandanswer.html The script behind the whole works, I
    named, aaform.php. Moving right along here, I got this error, so here is the code that I called
    aaform.php, you know the one that works the whole thing: CODE <?php // Webs....
  27. Php Form Help!
    Parse error T_LNUMBER - expecting T_VARIABLE (3)
    Hello, I am trying to make an employee application. I was just wondering if anyone knows how to spot
    a php code error, when the code directly around the line with the error looks the same. below is
    some of my process.php code. I beleive the error is on line 41. QUOTE PHP parse error: PHP
    Parse error: parse error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in
    /home/wwwange/public_html/FORMS/forms/process.php on line 41 Process.php code: CODE
    <?php include("global.inc.php"); $errors=0; $error="The foll....
  28. Email Server Help Please
    I need noob detailed help on setting up a email server on windows XP (0)
    Hello I would like to say thank you for any help you might give me. I'm new to Apache / PHP and
    MySQL I have all them up and running propertly I think. I want to make a PHP online game and I need
    to set up an email server so I can have and authincation system. When the player creates an account
    I want the computer to email the player a link the have to click on to make there account active.
    I have a Comcast 8mbits broadband connection My server is running at http://192.168.1.105 My
    PHPinfo file is http://192.168.1.105/phpinfo.php My FormMail File http://192....
  29. Parse: Error Unexpected T_lnumber
    php parse error when running script (4)
    Hi. I've just created a php script. The main object of the script is to delete some old files
    and replace it with a new file with some new content, effectively moving the contents from one file
    to another. These are the first 50 lines of the file: /* Calculate For The "A" Group - The
    Latest Games ID */ $a_B = 002; while(file_exists("a_" . $a_B . ".dat")) {
    $a_B++; } $new_page_contents = " " . $_POST . " " . $_POST . "
    include \"/home/cmatcme/public_html/footer.php\"; ?> "; $a_stream = fopen(&....
  30. Email Form
    Very Simple (12)
    This is another little script that I devised. It's very simple. As the name suggests, it's
    a script that lets the user send an email via a form. CODE SENDMAIL.PHP echo "<form
    action='form-send.php' method='get'>"; echo "To: <input
    type='text' name='email' size=20>"; echo "Subject: <input
    type='text' name='title' size=20>"; echo "Message: <textarea
    cols=50 rows=25 name='message'></textarea>"; echo "<input typ....

    1. Looking for trouble, emailer, php, failed, sending, email, error

Searching Video's for trouble, emailer, php, failed, sending, email, error
Similar
Sending
E-mails
Based On
Intervals?
Mysql Error
Sending
E-mails
After News
Update? -
Coding
needed?!
?
An
Interesting
Approach To
Email
Verification
...
Php Objects:
Catchable
Fatal Error
- There is a
weird
problem with
objects in
php 5.2.2
Php Email
Validation -
A PHP data
validation
class with
many
functions
Encode Your
Email
Address -
Confuse the
Spam Bots,
but not your
viewing
clients
T_string
Error
Please
Assist
Trouble With
Phpbb Email
Sending
$_get[]
Variables To
An
Application
Email
Sending. -
email
sending with
php.
Phpbb2 Error
- recently
showing up
Php
Fsockopen()
Error
Error On
Emailer.php
&
Smtp.php At
Phpbb -
ERROR on
emailer.php
&
smtp.php at
PhpBB
Error With
Joomla
Template -
cant find
function
Add Users On
Email
Program With
Php?
[forum]
Double
Posting
Happening By
An Error
Email Header
Inject Test
Error
Importing
Sql Query
Via Php -
Works in
PHPmyAdmin
Help Needed
With Silly
Error
Detect Image
Resolution
Without Gd -
Also stop
error if not
found
Phpnuke
Newsletter
Sending
Problems
Uglymonkey
Toplist
Script -
Getting an
error with
this script,
please help.
Freetype, Gd
And An Error
- I just
can't
get FreeType
to work
Wappymail_v1
.50 - wap
free mail/
email admin
script :-)
Yet Another
Problem With
A Form
Script -
Maybe I
should just
use email?
lol
Php Form
Help! -
Parse error
T_LNUMBER -
expecting
T_VARIABLE
Email Server
Help Please
- I need
noob
detailed
help on
setting up a
email server
on windows
XP
Parse: Error
Unexpected
T_lnumber -
php parse
error when
running
script
Email Form -
Very Simple
advertisement



Trouble With Emailer.php - failed sending email error



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE