Send email PHP + CodeIgniter

0

People, I made several examples, being they of books or the internet and all return the following message when I execute the function to send the email:

Could you please explain what this SMTP is? And what should I do to work?

Thank you.

    
asked by anonymous 10.09.2016 / 03:02

1 answer

0

Simple Mail Transfer Protocol (SMTP) is the default protocol for sending emails over the Internet.

Can you post snippet of your code so we can better analyze your problem?

But answer a few questions: Do you want to send email to your localhost? or do you already have a web server configured?

    
13.09.2016 / 20:34