Hi All,
My email function creates a multipart message, which sends fine.
In the mail function i am passing in:
to
message
headers
'-f' . from
I believe the '-f' is meant to suppress the servers email address, but it isnt.
My question is, how to i suppress the servers email being presented as it states SERVER_EMAIL on behalf of MY_EMAIL
My email function creates a multipart message, which sends fine.
In the mail function i am passing in:
to
message
headers
'-f' . from
I believe the '-f' is meant to suppress the servers email address, but it isnt.
My question is, how to i suppress the servers email being presented as it states SERVER_EMAIL on behalf of MY_EMAIL
Comment