Jump to content

sending emails via php


xcmir

Recommended Posts

I have just started learning php and am trying to send emails via the send_mail function. However I have no idea how to configure SMTP settings in php.ini. I am using a home computer(windows XP) as my server and to my understanding, I must install a mail server to send emails via localhost. What mail server should I use and how do I configure it so I can send emails via php? Also, I read somewhere that emails sent via home server sometimes get marked as spam, how do I stop this happening. Final question: How do I go about learning PHP? Is there a good book to recommend or tutorial?? Help appretiated, thanks.

Link to comment
https://forums.phpfreaks.com/topic/112553-sending-emails-via-php/
Share on other sites

Somthing else to check out is phpmailer doesnt require as much effort to use smtp in my opinion http://phpmailer.codeworxtech.com/

 

Just throwing that out there for you I dont know about the spam problem I think there are ways to check if your ip is blacklisted and I think the content of the email really matters but thats just my thoughts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.