Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8086795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:33:34+00:00 2026-06-05T18:33:34+00:00

I want to use the pear mail extension to send SMTP authenticated emails. There

  • 0

I want to use the pear mail extension to send SMTP authenticated emails.
There are a lot of examples in the web… this is my code:

<?php
require_once "Mail.php";

$body = "Testtext";
$subject = "SMTP Testmail";
$mail_to = "valid.adress@test.com";
$mail_from = "valid.sender.adress@othertest.com";

//SMTP Verbindungsdaten
$host = "valid.smtp.com";
$username = "invalidusername@othertest.com";
$password = "validpasswordforotheruser";

$smtp = Mail::factory('smtp',
 array (
 'host' => $host,
 //'auth' => true,
 'auth' => true,
 'username' => $username,
 'password' => $password
));

$headers = array (
 'From' => $mail_from,
 'To' => $mail_to,
 'Subject' => $subject
);
$mail = $smtp->send($mail_to, $headers, $body);

if (PEAR::isError($mail)) {
 echo "Error during sending E-Mail : ". $mail->getMessage();
}
?>

The script worked well so I wanted to test the error case of this sample and changed the smtp user to something invalid and it sill worked… I have got my mail.

How can this be?

Greetings

edit:
I have done an other test now and changed the smtp server to be something invalid… documentation say that there must be an “PEAR_MAIL_SMTP_ERROR_CONNECT” error… I’m getting the following output:
“fsockopen() [function.fsockopen]: unable to connect to xx.xx.xx.xxx:25 (Connection refused) in /usr/local/lib/php/Net/Socket.php on line 108″

“Catchable fatal error: Object of class PEAR_Error could not be converted to string in /usr/local/lib/php/Net/SMTP.php on line 222”

Where does this IP coming from when the smtp name is invalid???
Can it be the server is overrules by any config?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T18:33:36+00:00Added an answer on June 5, 2026 at 6:33 pm

    This means the SMTP server does not validate the login data. It might not require authentication at all or support SMPT-after-POP (a horribly outdated thing by the way), i.e. if your IP authenticated on the corresponsing POP3 server recently the SMTP server will not require you to authenticate.

    Try changing the server to something that is likely to require authentication all the time, e.g. the gmail SMTP.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want use this 1 for using Bar code or QR code scanner. I
i want use some data from a website with web service. i have a
I don't want use old Visual Basic methods in my code, and I'm confused
Want use special charecters ex : (£, ¥) which not there in keyboard to
I have a JSON String like this $test='{var1:null,var3:null,status:{code:150,message:blah blah}}'; I want to access the
I'm using PEAR on a hosted website and I want to use the MDB2
I'm developing a Web application with PHP 5.3.3. I want it to send confirmation
i'm using PEAR Mail_Queue, everything works great, except when i'm trying to send emails
I want to use PEAR's HTML_Template_IT in one of my Wordpress page templates so
I want to refactor this piece of code, it takes input from a form,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.