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 8171179
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:22:53+00:00 2026-06-06T21:22:53+00:00

I want to implement an alternative method for logging in (for @mother_company.xyz type e-mails)

  • 0

I want to implement an alternative method for logging in (for @mother_company.xyz type e-mails) and impose it.

The reason is leaving the e-mail provider (in this case Exchange) handle password recovery, password storage to prevent password theft and leave the mail server administrator the job of passing accounts arround (also, mail address owner verification is eliminated and the account can be auto-created on first login).

I have looked at Zend_Mail and Pear Net::SMTP they don’t seem to allow just SMTP auth, they require sending an e-mail.

Does (preferably standalone, preferably maintained) a PHP SMTP class exist, which can do all SMTP auth types + all encryption methods (SSL, TLS, StartTLS, etc.) and does not require modification for the presented purpose (it also must return usefull codes to determine if login succeeded or failed)?

It would be nice if such a class could autoconfigure the SMTP connection data trough trials (based solely on the domain name), and then return the config for caching/storage.

  • 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-06T21:22:55+00:00Added an answer on June 6, 2026 at 9:22 pm

    There is Swiftmailer mailing tool for php5. It consists of several components. One of this components is Swift_SmtpTransport. It extends Swift_Transport_EsmtpTransport that is highly configurable class. U can use start() method of this class just to check if AUTH request was successful

    require_once("lib/swift_required.php");
    
    $swiftMailerSMTP=Swift_SmtpTransport::newInstance("smtp.gmail.com", 587, "tls")
        ->setUsername("john.doe@domain.tld")
        ->setPassword("iforgotmypassword")
    ;
    
    //throws Swift_TransportException on auth failure
    $swiftMailerSMTP->start();
    
    //end the connection, just in case the current script is going to run for a long while
    $swiftMailerSMTP->stop();
    $swiftMailerSMTP=null;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

given this class definition: public class Frame { IFrameStream CapturedFrom; } I want implement
Microsoft has announce that WindowsLiveID become a OpenID provider . I want implement it
I want implement in my software solution an VBA editor but in c# 3.0.
I want to implement an autocomplete feature with images in my website. I would
I want to implement file uploading with behaviour which is commonly seen in various
I want to implement a function in the base class but I also want
I want to implement a Facebook updates(user action and notifications) on my web application
I want to implement a basic search/replace translation table in C; that is, it
I want to implement dynamic, client side file generation in javascript. Is it possible?
We want to implement a sitemap.xml feature in out CMS system. There is some

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.