I have a website (PHP) hosted in a free web server. That server do not provide SMTP service as that is free. But I need SMTP service. Because in my site, there have a user registration page. Ifter completing registration, a mail sends to users email account for verification. My full site works fine except sending mail. I have another web server for my another wesite that can send mail automatically to their users. So, can you please tell me is it possible to use another web servers SMTP for one of my website that have no SMTP sevice.. If yes, how?
hi, I have used following php class. http://www.phpclasses.org/browse/package/5375.html it works fine and includes examples also.
Yeah, you can connect to any smtp server unless they block you. Just like you can connect to any smtp server with any smtp client.