i have made a simple message form in my page which will be mailed back into my email address from a visitor.
a line goes like this to send the mail:
mail('mymail@mydomain.com', 'my_subject','my_message');
all goes well and i recieved the mails in my email address except for the senders name.
my question is:
is there a way to change the mail sender name?
because when i recieve the mail it says that the sender is from generalmail@bravehost.com (i am using bravenet).
thanks ppl!
a line goes like this to send the mail:
mail('mymail@mydomain.com', 'my_subject','my_message');
all goes well and i recieved the mails in my email address except for the senders name.
my question is:
is there a way to change the mail sender name?
because when i recieve the mail it says that the sender is from generalmail@bravehost.com (i am using bravenet).
thanks ppl!