darhal Posted September 14, 2014 Share Posted September 14, 2014 How to send an email to (hotmail or yahoo nor gmail or any thing ) using scripting i know callRemote but what argument i need to pass plz help and with what account i will send it Link to comment
Smart. Posted September 14, 2014 Share Posted September 14, 2014 Try this function sendEmail(email, subject, message) callRemote("URL", function() end, email, subject, message) end php: <?php include("MTA/mta_sdk.php" ); $input = mta::getInput(); mail($input[0], $input[1], $input[2]); mta::doReturn($input[0], $random); ?> Link to comment
darhal Posted September 14, 2014 Author Share Posted September 14, 2014 Will it work on hotmail or yahoo Link to comment
darhal Posted September 14, 2014 Author Share Posted September 14, 2014 Hello anyone here Link to comment
pa3ck Posted September 15, 2014 Share Posted September 15, 2014 Check out this one: https://community.multitheftauto.com/index.php?p= ... ls&id=3120 Link to comment
darhal Posted September 15, 2014 Author Share Posted September 15, 2014 Ty ty ty thanks very match u are the boss man Link to comment
undefined Posted September 15, 2014 Share Posted September 15, 2014 (edited) Try this function sendEmail(email, subject, message) callRemote("URL", function() end, email, subject, message) end php: <?php include("MTA/mta_sdk.php" ); $input = mta::getInput(); mail($input[0], $input[1], $input[2]); mta::doReturn($input[0], $random); ?> Check out this one: https://community.multitheftauto.com/index.php?p= ... ls&id=3120 Thank you . Edited September 16, 2014 by Guest Link to comment
darhal Posted September 15, 2014 Author Share Posted September 15, 2014 @smart ty u too u function work Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now