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 protected]" but i removed the @ and replaced it with " at " so bots don't pick it up and add me to spam lists. Link to comment https://forums.phpfreaks.com/topic/82272-php-smtp-mail-windows-xp/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.