ineedprofesionalhelp Posted May 27, 2006 Share Posted May 27, 2006 Hello all I am using a certain php script to send emails, but they all arrive in the bulk folder, if I connect to a external SMTP server will my emails arrive in the inbox folder ? And if yes I would appreciate it if someone will give me a example how can I use a external SMTP. Thank you in advance. Quote Link to comment https://forums.phpfreaks.com/topic/10569-question/ Share on other sites More sharing options...
poirot Posted May 27, 2006 Share Posted May 27, 2006 Yes, this is a problem that happens oftenly with Yahoo. I hate them :(Read this:[a href=\"http://www.php.net/mail\" target=\"_blank\"]http://www.php.net/mail[/a]You can use ini_set('SMTP', 'SERVER HERE') to change the SMTP sever for example. But apparently this is for Windows only, so I am not quire sure. Quote Link to comment https://forums.phpfreaks.com/topic/10569-question/#findComment-39499 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.