Esato

Forum > General discussions > General > e-mail wap gateway

Author e-mail wap gateway
moua
T610
Joined: Jun 03, 2002
Posts: 91
From: Paris, France
PM
Posted: 2002-09-10 05:18
Reply with quoteEdit/Delete This PostPrint this post
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]
uglydad
T68 gold
Joined: Jun 06, 2002
Posts: 180
From: Uglydad
PM, WWW
Posted: 2002-09-10 09:59
Reply with quoteEdit/Delete This PostPrint this post
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;
?>



turningpoint
T68 gold
Joined: Aug 26, 2002
Posts: 11
PM
Posted: 2002-09-10 10:47
Reply with quoteEdit/Delete This PostPrint this post
hello guys! i really want to learn this! kindly teach me how to do this! help! just pm me ok!
moua
T610
Joined: Jun 03, 2002
Posts: 91
From: Paris, France
PM
Posted: 2002-09-10 16:27
Reply with quoteEdit/Delete This PostPrint this post
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.
Access the forum with a mobile phone via esato.mobi