Fog Juice Posted December 19, 2007 Share Posted December 19, 2007 I'm trying to setup a remote connection from my home php server to my smtp server. in my php ini i have the following set: [mail function] ; For Win32 only. SMTP = mail.js-casino.com smtp_port = 25 ; For Win32 only. sendmail_from = chri5 at js-casino.com Now that would work fine but my smtp server requires SMTP Authentication, and until I can figure a way to enter a user/pass, my SMTP won't allow me to send mail with this address. Where or how can I add a user/pass to log onto the smtp server? P.S. the sendmail_from line actually looks like "email@email.com" but i removed the @ and replaced it with " at " so bots don't pick it up and add me to spam lists. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.