Can I hide the root@ns.host.com when sending email to sms? Email to email can be done by replacing it such as ( $mailheaders .= "FROM: $sender
"; ) but when sending Email to sms, root@ns.host.com will be showed first then messages + $mailheaders.
If hiding it or replacing it (like in email), can be done with email to sms, how would I do it?
Regards.