Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

414
Views
Cuando presiono el botón Enviar, aparece un mensaje de error: No se permite el nombre del buzón. La respuesta del servidor fue: Envelope FROM '' dirección de correo electrónico no permitida

Estoy creando un formulario de contacto usando html/css y SMTP js. Lo codifiqué por completo, pero cuando presiono el botón de enviar, se lee: "No se permite el nombre del buzón. La respuesta del servidor fue: Sobre de la dirección de correo electrónico 'danielecheverry1527@gmail.com' no permitida". No permite que el espectador envíe su correo electrónico. A continuación se muestra el código para el formulario:

 <form onsubmit="sendEmail(); reset(); return false;"> <h3>MAKE AN APPOINTMENT</h3> <input type="text" id="name" placeholder="Your Name" required> <input type="email" id="email" placeholder="Your Email Address" required> <input type="text" id="phone" placeholder="Your Phone Number" required> <textarea id="message" rows="4" placeholder="Please state any questions and/or concerns..."></textarea> <button type="submit">Schedule Now!</button> </form>

A continuación se muestra el código para la función de envío:

 <script src="https://smtpjs.com/v3/smtp.js"></script> <script> function sendEmail() { Email.send({ Host : "smtp.elasticemail.com", Username : "caroline.echeverry1527@gmail.com", Password : "7CC9CAA040C4BF157FE76FE06029F1B53738", To : 'caroline.echeverry1527@gmail.com', From : document.getElementById('email').value, Subject : "New Appointment Request for Child Growth Services", Body : "Name: " + document.getElementById("name").value + "<br> Email: " + document.getElementById("email").value + "<br> Phone no: " + document.getElementById("phone").value + "<br> Message: " + document.getElementById("message").value }).then( message => alert(message) ); } </script>
about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!