So I can trying to send out emails through an automatic system but I need to set up my php.ini file to do so. I really have no idea how to so if you could help that would be awesome! I have to create a new php.ini file because I rent from winhost. Let me know if you need anything and thank you so much!
UPDATED ——–
I have a SMTP setup already.
The server I’m getting web hosting service from (namely MediaTemple), for example, requires the sendmail_from set to an existing e-mail address from that domain. So I use the following code with an address of mine in my scripts.
Anyway without this it wouldn’t send any e-mails. Check if your issue is related to that.