Test sending emails with PapercutSMTP in PHP using XAMPP
Sending email with PHP is very easy. We can create a local SMTP server to test it. There are many apps available for that. But In this article we are going to use PapercutSMTP.
Sending email with PHP is very easy. We can create a local SMTP server to test it. There are many apps available for that. But In this article we are going to use PapercutSMTP.
Emmet is very useful for writing code fast. But you will have to enable JSX support for Emmnet in VSCode. The procces is very easy. First open VSCode settings. Go to Extensions > Emmet and add item javascript wi
Should I hate a library or framework ? My answer is “No”. Every library or framework is created for a reason. If that matches your needs you can use it in your projects otherwise do it on your own. Nothing to be hated h
Sending mail with PHP is easy. We can test it with a local SMTP server. MailHog is very useful for this purpose.
MailHog is program that creates a local SMTP mail sever for testing purposes. Let’s see how to configure MailHog.
Comments are the part of the PHP code , that is not executed. It’s a note note to the person who is reading the code.