Hi, i am working on liferay , i want to develop a sms application in liferay, if you have any code can you send me to <EMAIL SNIPPED>

Thanks.

Recommended Answers

All 2 Replies

Sorry but this isn't a 24/7 coding service

If you need help then do your part and we'll do ours

sure, I'll give you the code:

public class Mailer{

public static void main(String[] args){
sendMail();
}

private static void sendMail(){

}
}

see? it's almost complete. all you need to do is specifiy the sendMail code a bit more

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.