I'm new to everything I'm going to try to explain...
I have sites I use to email from with php, but I want a display name now in my script, is that possible? Like in the from line on email I want it to have a real name like John Smith.
Below is currently in my script for email display:
<?php
//setup
$my_from = 'email address here';
Any clues? Sorry for the lack of knowledge and experience to explain farther!
I have sites I use to email from with php, but I want a display name now in my script, is that possible? Like in the from line on email I want it to have a real name like John Smith.
Below is currently in my script for email display:
<?php
//setup
$my_from = 'email address here';
Any clues? Sorry for the lack of knowledge and experience to explain farther!