php mail() function is broken

the php mail function doesnt work as it is supposed to. it automatically adds a string of charset, not as a parameter, and basically the whole function is upside down… is there any possible way i could look into it?

the php mail function doesnt work as it is supposed to. it automatically adds a string of charset, not as a parameter, and basically the whole function is upside down… is there any possible way i could look into it?

You’re free to look into it, but I don’t know what you’re looking to find. While we do provide php mail(), it’s very limited. I would recommend to use an external SMTP service like Sendgrid instead.