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 #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
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); ?> lol
darhal Posted September 14, 2014 Author Posted September 14, 2014 Will it work on hotmail or yahoo #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
darhal Posted September 14, 2014 Author Posted September 14, 2014 Hello anyone here #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
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 #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
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
darhal Posted September 15, 2014 Author Posted September 15, 2014 @smart ty u too u function work #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
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