py343 Posted August 14, 2007 Share Posted August 14, 2007 I have an account registered with a free server. It's kind of like those free ones that you can register for, like hyperPHP for instance, that have PHP and MySQL. I need to use a remote gmail SMTP account to send mail, however. As you know, the default for the mail() function is to use localhost. How can I change this so that the mail() function uses my gmail account's smtp server (smtp.gmail.com)? I have the outgoing port, username and password. All I need to know is how to change the settings. Also, note that since this is a free server registration, I don't have access to the internal software running the server. All I have is the account. Quote Link to comment https://forums.phpfreaks.com/topic/64795-need-help-with-remote-smtp/ Share on other sites More sharing options...
s0c0 Posted August 14, 2007 Share Posted August 14, 2007 frankly i didnt even know it was possible to do that, are you sure you can do that? However here: http://www.php.net/manual/en/ref.mail.php it looks like there is an example of exactly what you are trying to do. Quote Link to comment https://forums.phpfreaks.com/topic/64795-need-help-with-remote-smtp/#findComment-323239 Share on other sites More sharing options...
py343 Posted August 14, 2007 Author Share Posted August 14, 2007 I used one example, but the server did php file, when parsed and executed, did not yield anything. It was blank. Quote Link to comment https://forums.phpfreaks.com/topic/64795-need-help-with-remote-smtp/#findComment-323853 Share on other sites More sharing options...
py343 Posted August 15, 2007 Author Share Posted August 15, 2007 Some help? Quote Link to comment https://forums.phpfreaks.com/topic/64795-need-help-with-remote-smtp/#findComment-324162 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.