lill87 Posted September 23, 2007 Share Posted September 23, 2007 Hello, im trying to make the ()mail work with my ISP email, "smtp.glocalnet.net" but i require a user and pass to be able to send, where do i write that in? Also, What else do i need to do besides open port 25 on the router to be able to send mail through PHP, or do i need to change any more settings in php.ini besides: SMTP = smtp.glocalnet.net smtp_port = 25 I remember someone told me to change a setting from "Off" to "On" in php.ini aswell. Thankful for any answers. Quote Link to comment https://forums.phpfreaks.com/topic/70302-authenticated-mail/ Share on other sites More sharing options...
remlabm Posted September 23, 2007 Share Posted September 23, 2007 check out swift mailer class it will allow you to AUTH before you send.. http://www.swiftmailer.org/ their are tutorials right on their site. Quote Link to comment https://forums.phpfreaks.com/topic/70302-authenticated-mail/#findComment-353219 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.