smtp port php configuration file

ronak_143

New Member
I have a php script set up to generate emails. Currently, they give the success message but don't actually send the email. I just had a look in the php configuration settings file, and I noticed this:\[code\][mail function]; For Win32 only.SMTP = localhostsmtp_port = 25\[/code\]Is this where I change the SMTP to the address I need the emails to be relayed through?Any help would be appreciated, thanks :)
 
Back
Top