1

A while ago I downloaded smtp4dev so I can listen to emails from port 25, I'm programming with PHP and when I send an PHP script, smtp4dev displays the email, but what If I want to check if it displays HTML elements such as (p) (img) (hr), etc...

If it's not possible please guide me to some alternatives that can give me this feature.

ρяσѕρєя K
  • 132,198
  • 53
  • 198
  • 213
Maohammed Hayder
  • 505
  • 3
  • 7
  • 22

1 Answers1

1

It seems you are trying to send email with html content from Php. You can use a Php package called Mail or you can use the inbuilt function mail

Nadir Latif
  • 3,690
  • 1
  • 15
  • 24