darhal Posted September 14, 2014 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
Smart. Posted September 14, 2014 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); ?>
pa3ck Posted September 15, 2014 Posted September 15, 2014 Check out this one: https://community.multitheftauto.com/index.php?p= ... ls&id=3120
darhal Posted September 15, 2014 Author Posted September 15, 2014 Ty ty ty thanks very match u are the boss man
undefined Posted September 15, 2014 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
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