
Cerrado
Publicado
Pagado a la entrega
I already have a PHP-based email verification module that relies on the open-SMTP verification method. The next step is to make this system more resilient by adding support for several outbound servers rather than a single host. The main environment will remain PHP; libraries such as PHPMailer or SwiftMailer can be used if they help speed development. The key requirement is to plug in my own PMTA SMTP instances and allow them to authenticate with the usual username-and-password credentials. Once complete, the code should let me define multiple servers, select one at runtime, and automatically fall back to another if a connection fails or throttling limits are reached. A clean configuration file or database table that makes it easy to add or disable hosts without touching source code is essential. Deliverables • Updated PHP classes or functions that accept an array of SMTP hosts and cycle through them intelligently • Sample config (or migration script) showing host, port, user, pass, and priority/order fields • Brief README outlining setup steps and any new Composer dependencies • Proof it works: a simple CLI or web form that verifies an address through each configured server and reports the result Acceptance criteria 1. I can add at least three PMTA SMTP endpoints, each with its own credentials for email verification modules which are already running 2. Verification proceeds through the first server and moves on only if a soft/hard failure occurs. 3. No plain-text credentials appear in the repo; use environment variables or a separate, ignored config file. 4. PHP 8.2+ compatible and PSR-12-compliant code. This is a focused task: solid, well-commented code and concise setup notes will be enough for sign-off.
ID del proyecto: 39751754
12 propuestas
Proyecto remoto
Activo hace 28 días
Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
12 freelancers están ofertando un promedio de ₹2.008 INR por este trabajo

With a specialized focus on web and software development, I have the expertise to elevate your email verification module to meet your exact needs. Spanning eight years, my professional journey has seen me build and deploy solid systems, making me well-versed in core areas such as API integration and web scraping. My knowledge extends across PHP, which is essential for this integration task, along with other languages like Python. Moreover, I am highly skilled in back-end system development ensuring that your desired SMTP hosts can be swiftly integrated, selected on runtime intelligently and switched seamlessly if connection fails or throttling limits are reached. I am familiar with libraries like PHPMailer and SwiftMailer and will leverage them proficiently if they expedite the development phase. Lastly, let's not forget my dedication to clean code - it will ensure all plain-text credentials remain secure and separate from the repository. To prove the efficiency of my solution, I will create a simple CLI or web form that verifies an address through each SMTP server configuration provided by you. Your satisfaction is paramount, so let's join forces to make this project a success!
₹1.050 INR en 7 días
3,7
3,7

With over 9 years of experience, I have developed a deep understanding of PHP and its various libraries like PHPMailer and SwiftMailer, which will be vital for integrating multiple SMTP servers into your current email verification module. My extensive background with back-end technologies such as Node.js and Laravel gives me the ability to approach your project from multiple angles, ensuring a resilient and efficient solution that can handle various cases of connection fails or throttling limits. Moreover, my knack for clean coding and user-friendly setups fits perfectly with your need for a concise setup script and protected credentials. I hold myself to the highest standards of quality and accuracy in every project I undertake, and this has resulted in a satisfaction rate of nearly 100% among my clients. To sum it up, you're in need of someone who's not only technically competent but also reliable and dedicated to delivering the best possible results in a timely manner. With my proven track record, technical expertise, and eagerness to learn, I believe I'm well positioned to provide you an intelligently rolling system that will surpass your expectations. Let's get started!
₹1.050 INR en 7 días
4,6
4,6

Dear Sir/Madam, Greetings of the Day! We reviewed your project "Multi-SMTP Integration For PHP" and are confident that our team can deliver outstanding results. With over 15 years of experience in Information Technology, we've successfully completed numerous projects, delivering measurable value to our clients. About Us: Established in 2014, based in Noida / India Team of experienced professionals – developers, designers, analysts & QA Expertise in: PHP, Code Ignitor, React, Laravel, Android/iOS, SEO, UI/UX, ASP.NET] Why Choose Us: ✅ Proven track record of delivering on time and within budget ✅ High client retention & repeat business ✅ Dedicated point of contact for seamless coordination ✅ Scalable and secure solutions with future-ready architecture Let’s schedule a quick call or chat to discuss your project goals in more detail. Looking forward to building a long-term business relationship. Warm regards, Jayash Sharma
₹5.000 INR en 7 días
1,9
1,9

"We are a perfect fit for your project. We understand the need to enhance your PHP-based email verification module by integrating multiple outbound servers with PMTA SMTP instances for resilience. Our expertise lies in developing clean, professional, and user-friendly systems. While we are new to freelancer.com, we have tons of experience in delivering similar projects off-site. Let's discuss and transform your verification system into a seamless, automated solution. Would love to chat more about your project! Regards, Tasneem"
₹1.150 INR en 14 días
0,0
0,0

Hi, Hope you're doing great! I just went through your project description, and I’m excited about the opportunity to work with you. Based on your requirements, I’m confident that I can deliver high-quality results that align perfectly with your vision. ? Here’s a quick snapshot of what I bring to the table: ✔️ Expert in PHP, HTML5, CSS3, JavaScript and Vue.js ✔️ Hands-on experience with frameworks like Laravel, Yii1/Yii2, CodeIgniter, CakePHP, Symfony ✔️ Strong database knowledge: MySQL ✔️ Proven track record of building dynamic, responsive, and user-friendly websites across various industries What sets me apart is not just my technical expertise, but my focus on clear communication, meeting deadlines, and building long-term relationships with clients. ? Let’s chat! I’d love to learn more about your project goals and see how I can help bring them to life. Looking forward to the possibility of working together! Thank you and best regards
₹1.050 INR en 7 días
0,0
0,0

Hello, I can upgrade your PHP-based email verification module to support multi-SMTP integration with intelligent failover and prioritization. Your PMTA SMTP servers will be seamlessly connected, authenticated, and switched automatically if a failure or throttling occurs. Deliverables: ❇️ PHP classes/functions to handle multiple SMTP servers. ❇️ Config file or DB schema for easy host management (host, port, user, pass, priority). ❇️ Failover logic to retry with the next server when needed. ❇️ Secure handling of credentials via environment variables. ❇️ Simple CLI/web form for testing through each server. ❇️ Well-commented, PSR-12 compliant PHP 8.2+ code. ❇️ README documentation with setup steps. ⏳ Timeline: 4–5 days (development + testing). ? Cost: Fixed $180 or $20/hr (flexible ongoing support). I have extensive experience with PHPMailer/SwiftMailer, SMTP integrations (PMTA, Postfix), and high-volume email systems. You’ll get clean, secure, and production-ready code with full documentation. ⭕ Satisfaction Guaranteed – Pay only if you are happy. Looking forward to your response. Best regards, Abdul Hafeez
₹8.050 INR en 4 días
0,0
0,0

Project Understanding: You need to enhance an existing PHP-based email verification module by supporting multiple outbound SMTP servers instead of a single host. The system should allow plugging in your PMTA SMTP instances with username/password authentication, cycle through them intelligently, and fall back automatically if a server fails or reaches throttling limits. A clean configuration mechanism should allow adding, disabling, or prioritizing servers without changing source code. Query: → Do you have a preferred format for storing server configurations—config file or database? → Is there an expected number of simultaneous verification requests to handle? Key Skills & Expertise: I am proficient in PHP 8.2+, PSR-12-compliant development, and libraries such as PHPMailer and SwiftMailer. I have experience building robust, fail-safe SMTP workflows with multiple servers, environment-variable-based credential handling, and CLI/web verification tools. I can provide well-commented, maintainable code and clear setup instructions. About Me: I am Aayush, a freelance PHP developer specializing in backend systems, email automation, and secure, maintainable solutions. I deliver professional code with clear documentation and reliable functionality. Have any queries? Let’s discuss.
₹1.250 INR en 2 días
0,0
0,0

Bengaluru, India
Forma de pago verificada
Miembro desde feb 7, 2011
$30-250 USD
₹600-1500 INR
₹1500-12500 INR
$750-1500 USD
₹600-601 INR
$30-250 USD
$250-750 USD
₹12500-37500 INR
$10-30 USD
$15-25 USD /hora
₹12500-37500 INR
$30-250 USD
$200-300 USD
$30-250 CAD
€50000-100000 EUR
₹600-1500 INR
₹600-1500 INR
$250-750 CAD
$15-25 AUD /hora
$30-250 USD
$10-30 USD
₹600-1500 INR
₹600-10000 INR
$2-8 USD /hora
$30-250 USD