
Suljettu
Julkaistu
Maksettu toimituksen yhteydessä
My PHP-based app suddenly throws “Expected response code 235 but got 535 – Authentication credentials invalid” every time it tries to send mail. I already updated the SMTP username and password, yet both LOGIN and PLAIN still fail. What I need from you is a rapid deep dive into the SSL/TLS handshake, the SMTP dialogue, and any server settings that might be blocking correct authentication. I’ll grant temporary access to the mail-sending config and stream live logs; I can also run telnet or openssl commands on demand so you can trace the exact exchange. Deliverables • Identify the precise cause of the 535 failure • Implement or walk me through the fix until a test message returns code 235 (success) • Provide the confirmed working host, port, encryption type, and auth method so I can mirror them in other environments Acceptance Criteria • A verified test email delivers successfully from the application, showing a 235 response in the log • All new settings are documented clearly enough for me to reproduce them elsewhere If you’re comfortable troubleshooting SMTP over SSL/TLS, parsing verbose openssl output, and tweaking PHP mail libraries, let’s get this gateway accepting mail again today.
Projektin tunnus (ID): 40198844
90 ehdotukset
Etäprojekti
Aktiivinen 4 päivää sitten
Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista
90 freelancerit tarjoavat keskimäärin $27 USD tätä projektia

Hello, With over a decade of experience in PHP, web design & development, and Content Management Systems, our team at Our Software has come across and resolved countless issues similar to the one you're facing. Particularly, dealing with SMTP and SSL/TLS is well within our repertoire and we've successfully implemented robust solutions for email sending systems. To fix your current problem, I will perform a detailed analysis of your server's SMTP configuration, focusing on the SSL/TLS handshake and authentication mechanisms. I'll make use of live logs to trace the exact exchange, while also leveraging telnet or openssl commands whenever necessary. By doing so, I'll accurately identify the cause of the "535 Authentication Error" you're experiencing. Our ultimate goal is not only to fix this issue but also provide you with a thorough understanding of what went wrong. Combining this with our ability to clearly document all new settings and provide an overall solution package, will enable you to replicate them in other environments without hassle. We are confident that once we're done working together today, your gateway will be accepting mail with 235 response code. Choose Our Software and let our proven expertise make this problem a thing of the past. Thanks!
$30 USD 1 päivässä
8,5
8,5

Hey there, I see your PHP app is stuck in SMTP authentication quicksand, throwing that dreaded 535 error despite updated credentials. It’s like the server just won’t trust your login no matter what—classic SSL/TLS handshake or server config sabotage biting you. With deep experience in SMTP debugging and PHP mail setups, I’ll dissect every byte of that SSL/TLS handshake, parse the SMTP dialogue, and hunt down any server gremlins blocking authentication. I’m ready to dig into your live logs and guide you through telnet or openssl traces to pin down the exact culprit. By the end, you’ll have a clean 235 success message, plus crystal-clear documentation of host, port, encryption, and auth mode for seamless replication across environments. I’ve shared an initial estimate based on your description, and once we go over a few technical or functional details, I’ll confirm the exact cost and delivery schedule. Could you share the PHP mail library or framework you’re currently using for SMTP? Best regards, Asad
$75 USD 5 päivässä
8,1
8,1

Hi there, Sure I can help you out with this and available to debug right away, can you let me know which email provider you are using?
$22 USD 1 päivässä
6,8
6,8

I can fix this immediately. Since you've already updated the credentials, this persistent 535 error is likely due to a TLS protocol mismatch or a specific server restriction (like App Passwords or 2FA) rather than just a wrong password. I'll trace the exact SMTP handshake using OpenSSL/Telnet to pinpoint the failure and adjust your PHP config to ensure the 235 success code. Ready to start now.
$20 USD 1 päivässä
6,8
6,8

Hi there, I understand your PHP-based app is facing a 535 Authentication error despite updating SMTP credentials, and you need a rapid and thorough investigation into the SSL/TLS handshake, SMTP dialogue, and server settings blocking authentication. I’m confident I can resolve this quickly. - Deep dive into SSL/TLS handshake and SMTP debug logs live - Trace exact SMTP exchanges via telnet/openssl commands - Identify precise cause of 535 error and implement a fix - Verify success with a test email showing code 235 - Document working host, port, encryption, and auth method for easy replication **Skills:** ✅ SMTP troubleshooting and PHP mail integration ✅ SSL/TLS handshake and openssl debugging ✅ Live SMTP dialogue analysis ✅ Secure configuration and authentication handling ✅ Clear documentation for environment replication **Certificates:** ✅ Microsoft® Certified: MCSA | MCSE | MCT ✅ cPanel® & WHM Certified CWSA-2 Ready to start immediately and get your mail gateway working smoothly today. Could you share the current SMTP server details and the exact PHP mail library/configuration you are using? Best regards,
$40 USD 1 päivässä
5,9
5,9

Drawing from my decade's experience as a Web Engineer, resolving the SMTP 535 authentication error you're grappling with seems like second nature to me. I've been implementing PHP mail libraries, troubleshooting SSL/TLS issues and analyzing verbose openssl output throughout my career. I understand your urgency and can guarantee rapid results that would get your gateway accepting mails again before the day is over. Given temporary access to your mail-sending config and live logs, I'll conduct a thorough investigation into the SSL/TLS handshake, SMTP dialogue, and your server configurations. By tracing the exact exchange through commands like telnet or openssl, I'd be able to identify the precise cause of this persistent error and implement or guide you through the fix till a test message delivers successfully with a 235 response in the log. Furthermore, beyond just fixing the problem for this specific environment, I'll document all new settings clearly such that you'll be able to effortlessly replicate them elsewhere. This lines up with my philosophy of delivering not just workable solutions but also ensuring my clients have all the necessary information and understanding required to maintain and replicate changes
$10 USD 1 päivässä
5,9
5,9

Hi, I have 8+ years of experience as a System Administrator with hands-on expertise in setting up and managing Linux web hosting and cloud servers, including server security, monitoring, and performance optimization. I work with Apache, Nginx, DNS, SSL, Cloudflare configuration and hosting panels such as cPanel/WHM, Plesk, and Virtualmin, and I also handle email server setup and email marketing environments. I provide complete server deployment along with SSL installation (free or paid), including HTTPS configuration and final verification to ensure everything works smoothly. Please discuss your requirements so we can get started. Thank you
$25 USD 1 päivässä
6,1
6,1

I can help you quickly isolate and resolve the SMTP 535 authentication failure by tracing the full SSL/TLS handshake and SMTP dialogue end to end. I’ve dealt extensively with PHP mail stacks (PHPMailer, Symfony Mailer, SwiftMailer), STARTTLS vs implicit TLS issues, and provider-side auth changes that silently break existing configs. How I’ll approach this -> Inspect current PHP mail configuration and library behavior -> Analyze live SMTP logs and authentication attempts -> Run and interpret openssl s_client and/or telnet sessions to trace: -> TLS negotiation -> AUTH mechanism negotiation (LOGIN vs PLAIN vs others) -> Server capability responses Check for common blockers: TLS version mismatch, wrong port/encryption pairing, auth method deprecation, IP reputation, or provider-side policy changes Deliverables -> Pinpoint the exact cause of the 535 failure -> Apply or guide you through the fix until a test email returns 235 (Authentication successful) -> Provide confirmed working settings (host, port, encryption, auth method) documented for reuse across environments I’m comfortable working live with logs, temporary access, and real-time command output. The goal is to get mail flowing again today, with a fix you fully understand and can replicate confidently.
$10 USD 1 päivässä
6,1
6,1

Hi Sir, I am ready to help you fix the SMTP issue, I can start right now, can you let me know what provider you use? Thanks :)
$20 USD 7 päivässä
5,2
5,2

Worked with all kind of servers and all panels since 2007 And currently working as linux system administrator If you need to start as soon as possible contact me And tell me more details about what you want to Tell the time and cost accurately, please contact me now, looking forward to work with you Best regards
$20 USD 1 päivässä
4,8
4,8

Hello, I’m a Senior Network & Security Engineer with 10+ years of hands-on experience designing, implementing, and migrating enterprise and service-provider networks. I specialize in Network Security, SD-WAN, routing & switching, enterprise wireless, and secure network architecture, helping companies modernize legacy networks, improve reliability, and reduce WAN costs. Core expertise: - Firewalls & Security: FortiGate, Palo Alto, Cisco ASA / Firepower IPsec & SSL VPN, site-to-site, remote access, policy design - Routing & Switching: Cisco ASR/ISR, Catalyst, Nexus, Juniper Routers (M10, MX 960) and SRX 500 (BGP, OSPF, EIGRP, IS-IS, MPLS, VLANs, STP, HSRP/VRRP) Enterprise LAN & campus design - LAN Switching (Multi-Vendor): Cisco, Juniper, Meraki, HP, Aruba, FortiSwitch Access/core design, redundancy, QoS, segmentation - Enterprise Wireless: Cisco WLC & APs, Cisco Meraki Wi-Fi, Ubiquiti, Aruba Wi-Fi, FortiAP Coverage design, roaming, security, troubleshooting - SD-WAN: Fortinet SD-WAN, Cisco SD-WAN (Viptela), Cisco Meraki (hub-and-spoke, MPLS + Internet, segmentation, HA, traffic steering) - Cloud & Hybrid Networking: AWS / Azure / GCP Site-to-site VPN, routing integration - Network Automation: Python Certifications: CCIE Enterprise Cisco Certified Specialist – Enterprise SD-WAN Implementation CCNP Data Center CCNP Security Juniper JNCIA-Junos, JNCIA-Cloud If you share your current setup and goal, I can propose a clear and practical solution. Best regards,
$20 USD 1 päivässä
5,1
5,1

Hello. I read your requirement i will do that. Please come on chat we will discuss more about this. I will waiting your reply
$27 USD 1 päivässä
4,6
4,6

Hi there, I'm a System & Network Administrator with solid 7 years of experience. I would like to assist you in this. Let me know a good time if we can discuss. Thanks !
$50 USD 1 päivässä
4,4
4,4

Hi Rizwan, This is a classic SMTP 535 case where credentials are technically correct but rejected due to TLS/auth mismatches, provider-side security changes, or handshake issues not just a bad username/password. I have resolved this exact error many times in PHP apps (PHPMailer / SwiftMailer / native SMTP) and I approach it at protocol level, not guesswork. How I will Fix This (Fast & Verifiable) I will do a deep SMTP trace, including: Verify TLS version & cipher compatibility (common break after server updates) Inspect full SMTP dialogue (EHLO → AUTH → STARTTLS flow) Validate host/port/encryption alignment (465 vs 587, implicit vs explicit TLS) Check for: App-password / 2FA enforcement Deprecated AUTH mechanisms (LOGIN/PLAIN disabled) Provider-side IP or relay restrictions Cross-check PHP mail library settings vs server behavior If needed, I’ll guide you through: openssl s_client and verbose SMTP output Reconfiguring auth method, encryption, or mail library safely I am happy to work live while you stream logs or run commands. If you want this fixed properly, not patched, let’s get your mail flowing again today. Thanks, Kartik Desai
$25 USD 1 päivässä
4,3
4,3

With over a decade of experience in web development, primarily working with PHP, I am confident that I can tackle the SMTP 535 Authentication Error. My expertise extends beyond PHP mail libraries into SSL/TLS handshake and SMTP dialogue troubleshooting. I have handled similar issues in the past, performing deep dives into server settings to identify the precise cause of such errors. My approach is thorough and meticulous, and I can perform tests using provided temporary access to ensure we capture any issue that might be kicking up the authentication error. I am equally comfortable using Telnet or OpenSSL commands, and I am well-versed in tracing exchanges. This skill will be invaluable as we strive to achieve a 235 success code. In addition to fixing the problem for you, my goal is also to give you comprehensive documentation that will enable you to implement the discovered fixes in other environments. This way, you have an insurance policy against future occurrences of this problem. I look forward to helping you regain full functionality on your email gateway and ensuring that your application sends emails successfully again.
$15 USD 7 päivässä
4,9
4,9

*We can fix your SMTP authentication issue* Respected Sir, We are a skilled PHP development team with years of experience and great client feedback. We would be happy to troubleshoot and resolve the SMTP authentication issue with your PHP-based app. What we can do for you: Analyze the SSL/TLS handshake and SMTP dialogue to identify the cause of the 535 failure Implement the necessary fix to ensure correct authentication using LOGIN or PLAIN methods Provide clear documentation of the working host, port, encryption type, and auth method for replication in other environments You can review some of our work here https://www.freelancer.com/u/ninjatechsols We are confident we can deliver results that match your goals and expectations based on our experience. We would be happy to discuss your project in detail and are ready to get started right away. *Looking forward to working with you. *Best regards, *Ninja Tech Sol* Alternatively, you can use the ultra short format: *We can fix your SMTP authentication issue* Respected Sir, we are a skilled PHP development team with great client feedback. We will deliver the required task professionally. Portfolio link https://www.freelancer.com/u/ninjatechsols Ready to start. *Best regards, *Ninja Tech Sol*
$20 USD 1 päivässä
4,0
4,0

***HUMAN PROPOSAL - NO BOT TEXT*** Hi there, I can help you resolve this SMTP 535 authentication error immediately. I understand how frustrating it is when you know the credentials are correct, yet the server keeps rejecting the LOGIN and PLAIN mechanisms. Since you have already updated the username and password without success, this usually points to a subtle issue like an App Password requirement (common with Gmail/Outlook), a specific base64 encoding mismatch during the handshake, or a strict TLS version requirement that your PHP library isn't meeting. My approach will be to bypass the PHP app momentarily and manually debug the connection using openssl s_client or telnet. I will manually issue the EHLO and AUTH commands to see exactly how the server responds to the encoded credentials in real-time. This cuts through the noise and identifies if the issue is the credential string itself, the encryption protocol, or a restriction on the mail server's side (like IP blocking or MFA enforcement). I am ready to look at the live logs and config immediately. I will ensure we get that 235 success code and I will provide you with the exact verified configuration parameters so you can replicate this setup elsewhere. If I cannot fix this and get your mail flowing today, I will not charge you. Best, Ahmad
$30 USD 1 päivässä
3,7
3,7

Hi, I’m Jagjeet Singh, a backend developer with 10+ years of experience in PHP, SMTP, and SSL/TLS troubleshooting. I can quickly identify why your mail server is returning 535 instead of 235 by analysing the SMTP handshake, authentication flow, and server configuration. I’m comfortable working with live logs, openssl/telnet tests, and PHP mail libraries to trace the exact failure point. What I’ll deliver: • Clear identification of the root cause • A working fix with verified 235 success response • Documented SMTP settings (host, port, encryption, auth) for reuse I can start immediately and resolve this efficiently. Best regards, Jagjeet Singh
$30 USD 1 päivässä
3,7
3,7

Greetings, Troubleshooting a PHP-based SMTP mail failure with 535 Authentication credentials invalid is something I’m experienced with, especially around SSL/TLS handshakes and SMTP auth issues. I understand that your app suddenly stopped sending mail, LOGIN and PLAIN auth both fail, and you suspect something deeper than just credentials. This usually points to TLS mismatch, blocked auth mechanisms, or server-side policy changes that silently reject valid logins. I’m comfortable tracing the full SMTP dialogue using openssl s_client / telnet, analyzing verbose logs, and adjusting PHP mail libraries (PHPMailer / SwiftMailer / Symfony Mailer) until we consistently receive a 235 success response. I’ll also document the final working host, port, encryption, and auth method so you can replicate it elsewhere. Quick question: Are you using a third-party SMTP provider (e.g., Gmail, Office365, cPanel/Exim), or a custom mail server? Warm regards Hamza
$20 USD 1 päivässä
3,8
3,8

Hey , I just went through your job description and noticed you need someone skilled in Web Application, Email Campaign, Email Developer, PHP, SMTP, Network Security, Email Marketing, Email Handling, Web Security and Web Development. That’s right up my alley. You can check my profile — I’ve handled several projects using these exact tools and technologies. Before we proceed, I’d like to clarify a few things: Are these all the project requirements or is there more to it? Do you already have any work done, or will this start from scratch? What’s your preferred deadline for completion? Why Work With Me? Over 180 successful projects completed. Long-term track record of happy clients and repeat work. I prioritize quality, deadlines, and clear communication. Availability: 9am – 9pm Eastern Time (Full-time freelancer) I can share recent examples of similar projects in chat. Let’s connect and discuss your vision in detail. Kind Regards, Zain Arshad
$10 USD 2 päivässä
3,9
3,9

Birmingham, United Kingdom
Maksutapa vahvistettu
Liittynyt lokak. 13, 2013
$2-8 USD/ tunnissa
$30-250 USD
$2-8 USD/ tunnissa
$10-15 USD
$100-500 USD
₹75000-150000 INR
$10-30 USD
$10-30 USD
$15-25 USD/ tunnissa
₹37500-75000 INR
$5000-10000 USD
$750-1500 USD
$10-30 USD
₹750-1250 INR/ tunnissa
₹1500-12500 INR
$750-3000 USD
$10-30 USD
$150-250 USD
$15-25 USD/ tunnissa
₹1500-12500 INR
₹37500-75000 INR
$30-250 USD
₹5000-20000 INR
₹600-1500 INR
$25-50 USD/ tunnissa