Can’t change headers / From for wp_mail()

Try changing your headers from \n to \r\n

Note from here that:

Each line should be separated with a CRLF (\r\n). Lines should not be
larger than 70 characters.