Xevell Posted September 4, 2007 Share Posted September 4, 2007 Hello people. I have a question. I have 1 free host and 1 paid host. I have to use the free to hos my website but the free dont let me tu use mail(); function. So I would like to use the mail(); function of the paid one ( I cant use to host my web for some others reasons ). I was reading about Web services, and I checked the conf of the servers so I decided to use xml-rpc but when I try to execute my code it shows this error msg: Fatal error: Class 'xmlrpcmsg' not found in /www/newsit.es/x/e/v/xevic/htdocs/xmlrpc-client.php on line 7 I dont know why if I include the path correctly and all of those stuff. I hope I explained myself if you need any other kind of info just let me know. Thanks Link to comment https://forums.phpfreaks.com/topic/67850-php-web-services/ Share on other sites More sharing options...
Xevell Posted September 4, 2007 Author Share Posted September 4, 2007 Hello people. I have a question. I have 1 free host and 1 paid host. I have to use the free to hos my website but the free dont let me tu use mail(); function. So I would like to use the mail(); function of the paid one ( I cant use to host my web for some others reasons ). I was reading about Web services, and I checked the conf of the servers so I decided to use xml-rpc but when I try to execute my code it shows this error msg: Fatal error: Class 'xmlrpcmsg' not found in /www/newsit.es/x/e/v/xevic/htdocs/xmlrpc-client.php on line 7 I dont know why if I include the path correctly and all of those stuff. I hope I explained myself if you need any other kind of info just let me know. Thanks Well, At least anyone knows how I can use the function mail(); of the paid server from an script in the free server one? Link to comment https://forums.phpfreaks.com/topic/67850-php-web-services/#findComment-341584 Share on other sites More sharing options...
BlueSkyIS Posted September 4, 2007 Share Posted September 4, 2007 If you can't use mail() on the free one, I can't imagine they'd let you use more complex methods to use mail() on an external server. Link to comment https://forums.phpfreaks.com/topic/67850-php-web-services/#findComment-341606 Share on other sites More sharing options...
Xevell Posted September 5, 2007 Author Share Posted September 5, 2007 I can try . One of them has the xml-rpc module enabled, I could use but I dont know if its me who is doing wrong or it needs others configuration before. Link to comment https://forums.phpfreaks.com/topic/67850-php-web-services/#findComment-341735 Share on other sites More sharing options...
cooldude832 Posted September 5, 2007 Share Posted September 5, 2007 If you can't use mail, but can share a database between them you might want to venture into creating a cron job on the paid one that will find all unsent emails in the free one and send them via the paid one. It will result in a delay, but its probably one of a few options you have, unless you are willing to shell out the 5-10$ a month to get a cheap server. Link to comment https://forums.phpfreaks.com/topic/67850-php-web-services/#findComment-341738 Share on other sites More sharing options...
bonaparte Posted September 6, 2009 Share Posted September 6, 2009 You could try using sending mails via SMTP. Link to comment https://forums.phpfreaks.com/topic/67850-php-web-services/#findComment-913455 Share on other sites More sharing options...
bundyxc Posted September 6, 2009 Share Posted September 6, 2009 Might be worth it to take a look at this. Link to comment https://forums.phpfreaks.com/topic/67850-php-web-services/#findComment-913463 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.