Announcement

Collapse
No announcement yet.

php.ini

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • php.ini

    I need to figure out a way to make a smtp server to send out email from a php script
    Thanks
    Jacob (F&R Computer Man)

  • #2
    Need more info!

    Do you already have an SMTP server set up? If so, have you tested it to ensure you can send emails through it?

    If you have, and you're on Linux or something similar, PHP should automatically detect it. All you'll have to do is use the mail function.

    If you're on a Windows-based system, you'll have to edit the section starting with "[mail function]" to match your SMTP server name and port number. Then use the same mail function.

    Comment

    Working...