Welcome Guest, Not a member yet? Register   Sign In
Email Not Sending (SMTP)
#1

[eluser]Popcorn[/eluser]
Hello Smile

Using ASmallOrange as hosts.

Code:
220-christian.asmallorange.com ESMTP Exim 4.69 #1 Mon, 25 Aug 2008 20:16:45 -0400 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.

hello: 250-christian.asmallorange.com Hello christian.asmallorange.com [64.22.96.74]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP

from: 250 OK

to: 550-christian.asmallorange.com (www.leveldesign.info) [64.22.96.74]:41462 is
550-currently not permitted to relay through this server. Perhaps you have not
550-logged into the pop/imap server in the last 30 minutes or do not have SMTP
550 Authentication turned on in your email client.

The following SMTP error was encountered: 550-christian.asmallorange.com (www.leveldesign.info) [64.22.96.74]:41462 is 550-currently not permitted to relay through this server. Perhaps you have not 550-logged into the pop/imap server in the last 30 minutes or do not have SMTP 550 Authentication turned on in your email client.

data: 503-All RCPT commands were rejected with this error:
503-christian.asmallorange.com (www.leveldesign.info) [64.22.96.74]:41462 is
503-currently not permitted to relay through this server. Perhaps you have not
503-logged into the pop/imap server in the last 30 minutes or do not have SMTP
503-Authentication turned on in your email client.
503 Valid RCPT command must precede DATA

The following SMTP error was encountered: 503-All RCPT commands were rejected with this error: 503-christian.asmallorange.com (www.leveldesign.info) [64.22.96.74]:41462 is 503-currently not permitted to relay through this server. Perhaps you have not 503-logged into the pop/imap server in the last 30 minutes or do not have SMTP 503-Authentication turned on in your email client. 503 Valid RCPT command must precede DATA
500 unrecognized command
The following SMTP error was encountered: 500 unrecognized command
Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.

User-Agent: CodeIgniter
Date: Mon, 25 Aug 2008 20:16:45 -0400
From: "Mathew"
Return-Path:
To: [email protected]
Subject: http://www.favourbank.com/ Forgotten Password Request
Reply-To: "[email protected]"
X-Sender: [email protected]
X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: <[email protected]>
Mime-Version: 1.0


Content-Type: multipart/alternative; boundary="B_ALT_48b34b6d982f5"
This is a multi-part message in MIME format.
Your email application may not support this format.

--B_ALT_48b34b6d982f5
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Forgotten Password Request
Your verification code is : *************
Please visit the verification page to proceed.


--B_ALT_48b34b6d982f5
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
&lt;html&gt;
    &lt;head&gt;
    =00
    &lt;/head&gt;
    &lt;body&gt;
        <h2>Forgotten Password Request</h2>
        <p>Your verification code is : *******</=
p>
        <p>Please visit the <a >verification </a>page to proceed.</p>
    &lt;/body&gt;
&lt;/html&gt;

--B_ALT_48b34b6d982f5--

And using these smtp settings

Code:
$config['auth']['mail']['mailtype']        = 'html';
$config['auth']['mail']['protocol']     = 'smtp';
$config['auth']['mail']['smtp_host']     = 'mail.leveldesign.info';
$config['auth']['mail']['smtp_user']     = 'leveldes';
$config['auth']['mail']['smtp_pass']     = '**********';
$config['auth']['mail']['smtp_port']     = '26';

Any help is appreciated.


Messages In This Thread
Email Not Sending (SMTP) - by El Forum - 08-25-2008, 06:25 PM
Email Not Sending (SMTP) - by El Forum - 09-17-2008, 06:08 AM
Email Not Sending (SMTP) - by El Forum - 10-22-2008, 02:55 PM
Email Not Sending (SMTP) - by El Forum - 10-24-2008, 08:48 AM
Email Not Sending (SMTP) - by El Forum - 10-28-2008, 10:09 AM
Email Not Sending (SMTP) - by El Forum - 10-28-2008, 10:38 AM
Email Not Sending (SMTP) - by El Forum - 10-28-2008, 01:58 PM
Email Not Sending (SMTP) - by El Forum - 10-29-2008, 07:00 AM
Email Not Sending (SMTP) - by El Forum - 10-29-2008, 07:19 AM
Email Not Sending (SMTP) - by El Forum - 03-05-2009, 05:20 AM
Email Not Sending (SMTP) - by El Forum - 03-05-2009, 05:21 AM
Email Not Sending (SMTP) - by El Forum - 07-24-2009, 03:23 AM
Email Not Sending (SMTP) - by El Forum - 11-08-2010, 09:35 AM
Email Not Sending (SMTP) - by El Forum - 12-11-2010, 05:55 AM
Email Not Sending (SMTP) - by El Forum - 10-02-2012, 03:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB