Esato Mobile
General discussions : General : e-mail wap gateway
> New Topic
> Reply
< Esato Forum Index > General discussions > General > e-mail wap gateway Bookmark topic
moua Posts: 91

Where can i find a php or perl thing (to install on my own bew server) for check my pop3 and imap4 email from any wap phone ?

Not all GPRS account allow to access to other than wap pages (pop/imap port blocked)

[moua]
--
Posted: 2002-09-10 05:18:00
Edit : Quote

uglydad Posts: 180

try hotscipts.com php section...or you could just write a generic email script to run from WAP easy... a bit like this (3game.co.uk):

// email1.wml
// send wml headers
header("Content-type: text/vnd.wap.wml");
echo "";
echo " . " "http://www.wapforum.org/DTD/wml_1.1.xml">";
?>











Recipient:


Subject:


Message:






// email2.wml
// send wml headers
header("Content-type: text/vnd.wap.wml");
print "";
echo " . " "http://www.wapforum.org/DTD/wml_1.1.xml">";
?>



// determine whether email was properly sent
if (mail($Email,$Subject,$Message, "From:PHP-enabled WAP site")) :
print "Message has been sent to $Email";
else :
print "Could not send message to $Email";
endif;
?>



--
Posted: 2002-09-10 09:59:00
Edit : Quote

turningpoint Posts: 11

hello guys! i really want to learn this! kindly teach me how to do this! help! just pm me ok!
--
Posted: 2002-09-10 10:47:00
Edit : Quote

moua Posts: 91

thanks uglydad,
but can you send me this code in a .txt ?
the forum is not very good for code...

I also search codes for READ my emails.
--
Posted: 2002-09-10 16:27:00
Edit : Quote

New Topic   Reply
Forum Index

Esato home