Hi ! I am trying to transfer sms to en email adress... I don't get it ;-( Can somebody give me some help ?
I put this script in autostart... it runs but does not send the email..
import de.fun2code.android.pawserver.listener.; import de.fun2code.android.pawserver.util.;
SmsListener.registerScript("mail", "sendMail(\"*@gmail.com\", \"new sms from : \" + smsNumber + \" Message: \" + smsMessage);");
Tank-you...
Dominique
Hello Dominique,
what does the sendMail() command do. Did you implement that yourself?
Bye Jochen
Dominique Grota domgr@users.sf.net hat am 11. Dezember 2014 um 17:32 geschrieben: Hi ! I am trying to transfer sms to en email adress... I don't get it ;-( Can somebody give me some help ? I put this script in autostart... it runs but does not send the email.. import de.fun2code.android.pawserver.listener.; import de.fun2code.android.pawserver.util.; SmsListener.registerScript("mail", "sendMail(\"*@gmail.com\", \"new sms from : \" + smsNumber + \" Message: \" + smsMessage);"); Tank-you... Dominique Transfering sms to mail in Paw server https://sourceforge.net/p/paw-project/discussion/110551/thread/619731ed/?limit=25#b00a Sent from sourceforge.net because you indicated interest inhttps://sourceforge.net/p/paw-project/discussion/110551 To unsubscribe from further messages, please visithttps://sourceforge.net/auth/subscriptions
Dominique Grota domgr@users.sf.net hat am 11. Dezember 2014 um 17:32 geschrieben:
Transfering sms to mail in Paw server https://sourceforge.net/p/paw-project/discussion/110551/thread/619731ed/?limit=25#b00a
Sent from sourceforge.net because you indicated interest inhttps://sourceforge.net/p/paw-project/discussion/110551
To unsubscribe from further messages, please visithttps://sourceforge.net/auth/subscriptions
Log in to post a comment.
Hi !
I am trying to transfer sms to en email adress... I don't get it ;-( Can somebody give me some help ?
I put this script in autostart... it runs but does not send the email..
import de.fun2code.android.pawserver.listener.;
import de.fun2code.android.pawserver.util.;
SmsListener.registerScript("mail", "sendMail(\"*@gmail.com\", \"new sms from : \" + smsNumber + \" Message: \" + smsMessage);");
Tank-you...
Dominique
Hello Dominique,
what does the sendMail() command do.
Did you implement that yourself?
Bye
Jochen