Link to home
Start Free TrialLog in
Avatar of jeffkee1985
jeffkee1985

asked on

Using SMTP to send emails out of a Linux server that does not have its own SMTP configured

I'm developing an application in PHP for my client, and the mail() function is used frequently. However when I transfered the file to our live server (a dedicated server) the emails won't send anymore.

My server admin gave a short reply saying "It won't send because that server you're using doesn't have its own SMTP configured. Use smtp to send your emails out."

I don't know what that means, could somebody elaborate?
ASKER CERTIFIED SOLUTION
Avatar of rhysp
rhysp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jeffkee1985
jeffkee1985

ASKER

PERFECT

I already have it up and running, all my functions are running correctly now!!

Thanks.
Great to hear. It will certainly help if you want to do more advanced emailing in the future too.