All Questions
2 questions
0
votes
3
answers
213
views
What email server should I use for sending emails?
What email server should I use for sending emails with php()? (related)
I use easyphp (php, apache, windows).
0
votes
2
answers
4k
views
Trying to send an email for first time from my local server
I have installed easyphp and I'm trying to send an email from my computer (server).
My PHP code:
<?php
$message = "Line 1\nLine 2\nLine 3";
$headers = "From: [email protected]\r\n";
mail('...