Jump to content

Sending e-mails error - byethost


Recommended Posts

Hi cgentil,

Did it work before, or can it just be an SMTP configuration error??

Do you need to use your own SMTP parameters, or can you use PHP mail (Advanced Parameters->E-mail). Does it work if you use PHP Email option?

 

What PS version do you use?

 

pascal

Link to comment
Share on other sites

  On 4/28/2013 at 7:35 PM, PascalVG said:

Hi cgentil,

Did it work before, or can it just be an SMTP configuration error??

Do you need to use your own SMTP parameters, or can you use PHP mail (Advanced Parameters->E-mail). Does it work if you use PHP Email option?

 

What PS version do you use?

 

pascal

 

Hi,

 

Never worked, as it's PHP mail limitation of byethost.

 

I'm using latest version.

 

There are configs:

 

http://gyazo.com/fd4...78a5f7247a9.png

 

The repply of support was:

 

"Hi there,

 

I'm sorry, it would seem the script is using fopen to open sockets instead of the curl function.

 

Unfortunately for this script it will not work, you will need to use a premium service for sending emails.

 

Please let us know if there is anything further we can do for you.

 

 

Best Regards"

 

What I can do?

Edited by cgentil (see edit history)
Link to comment
Share on other sites

Try this:

 

Mail domain name: just leave it blank

SMTP server: smtp.live.com

SMTP user: full email address

SMTP password: fill in with your email password

Encryption: none

Port: 25

 

or this:

 

Mail domain name: just leave it blank

SMTP server: smtp.live.com

SMTP user: full email address

SMTP password: fill in with your email password

Encryption: SSL

Port: 587

 

Hope this helps

Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...