Configure php mail() function to use AT&T SMTP mail server?

Jason J

New member
Since at&t blocks port 25, I cannot send email directly from my home machine's SMTP mail server. Instead I wish to route outgoing emails through AT&T's SMTP mail server.

What changes do I have to make in my php initialization and configuration files if I want the default php mail() function to use AT&T's SMTP server as well?

If it makes any difference, the server is running on the latest version of Ubuntu server, with the LAMP package.
 
Back
Top