i read a lot regarding this issue, and didn't really get clear answer
i simply have local server at home which has xampp and sendmail is working fine... i am using the sendmail folder that comes with xampp and all is fine
- i have uncommented the sendmail path address... and put my localhost smtp information, user/pass all ok... works fine
- there is another option to
force_sender=test@domain.com
when using this, it sends the email ok, i get in my normal email clinet an email from address: test@domain.com... that is fine
problem is i really want to define the sender name, like comes from MAIL SENDER
something like FROM: "John "
tried with quotes in the force_sender place, no change... i have this mailbox exisited in my xampp (hmail server) and i put the settings there to use FIRST NAME and LAST name like John Smith, but didn't work... all the time just coming like from address format: test@domain.com
this is also similar, but nobody really could help me to clear this doubt and get rest - yet