sYnced Posted July 9, 2012 at 03:27 PM Report Share #468054 Posted July 9, 2012 at 03:27 PM (edited) Boas tenho um erro a enviar email: O erro é este: Warning: mail() [function.mail]: SMTP server response: 530 5.7.0 Must issue a STARTTLS command first. t8sm23851394wiy.3 in C:\xampp\htdocs\enviar.php on line 40 Falha no envio do E-Mail! código php: if (mail ($email_destinatario, $email_assunto, nl2br($email_conteudo), $email_headers)){ echo "</b>E-Mail enviado com sucesso!</b>"; } else{ echo "</b>Falha no envio do E-Mail!</b>"; } código php.ini: ; http://php.net/smtp SMTP = smtp.gmail.com ; http://php.net/smtp-port smtp_port = 465 ; For Win32 only. ; http://php.net/sendmail-from sendmail_from = mail.braganca@gmail.com Edited July 10, 2012 at 06:58 PM by brunoais geshi Link to comment Share on other sites More sharing options...
Etiqueta Posted July 10, 2012 at 11:40 AM Report Share #468162 Posted July 10, 2012 at 11:40 AM estás a testar em localhost? Facebook: https://www.facebook.com/DeArteaZ Blog: http://arte-a-z.blogspot.com Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now