I cannot configure to send e-mail through smtp.mail.yahoo.com, after reading through related topics I found here.
First, I tried to send e-mail with use smtp server set to no. That does not work. I get
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for myaddress@yahoo.com in mypath\includes\email.php on line 171
Error sending email!
While waiting to hear from my provider, I decided to try with smtp set to yes and not use mail() in php (as I understand it anyway).
In the admin control panel, I set:
Admin email: myaddress@yahoo.com
Use SMTP server: yes
SMTP server host: smtp.mail.yahoo.com
SMTP username: myusername
SMTP password: mypassword
When using the send e-mail option, I get:
Warning: fsockopen(): unable to connect to smtp.mail.yahoo.com:25 in mypath\includes\email.php on line 184
Warning: fgets(): supplied argument is not a valid stream resource in mypath\includes\email.php on line 185
Email Error: Invalid mail server response (service not ready?):
I changed the email.php to try port 587 after reading help at yahoo.mail, and then I get
Email Error: PASSWORD invalid mail server response: 535 authorization failed (#5.7.0)
My password is correct (I have checked numerous times).
My database is running on a windows server. I don't know if they have configured php to use smtp or not. (Haven't heard back from them yet).
PHP is v4.3.11 and mySQL is v5.0. I am using version 1.7.4. of 4images
Can anyone help me? Thanks in advance