PDA

View Full Version : Custom SMTP


krany
11-03-2006, 08:48 AM
Is there any way to use a custom SMTP or mail server ? the one included not sending the activation email :(

boccio
11-03-2006, 10:48 AM
Vivvo uses built-in mail() function to dispatch emails. Whatever SMTP server is bind to it in php.ini, it will use it. So, your problem is not related to Vivvo...

krany
11-05-2006, 05:27 AM
It's me again, I contact my hosting company and everything was fine in the php.ini file...So I was going to give up then something inside my head told me to try with another email address and boila !!!

email@hotmail.com - Not working, not even receive the email in the "junk-mail"
email@yahoo.com - Works perfect, email arrives directly to my inbox

Now the question is:

Why does not work with HOTMAIL accounts, I live in Guatemala and most of people here have hotmail accounts.

Alex
11-05-2006, 12:54 PM
This is definitely not related to Vivvo... as I said, mail() function works with your ISP, and can't be ok with Yahoo mail, and not ok with Hotmail... doesn't make sense, sorry.