Jump to content

question


Recommended Posts

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.
Link to comment
https://forums.phpfreaks.com/topic/10569-question/
Share on other sites

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.
Link to comment
https://forums.phpfreaks.com/topic/10569-question/#findComment-39499
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.