[SOLVED]imap_open function isnt working

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

[SOLVED]imap_open function isnt working

Post by pelegk2 »

this is the error i get :

Code: Select all

Fatal error: Call to undefined function: imap_open()
what can i do?
and does this work with lotus notes?
thnaks in advance
peleg
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

Have you uncommented the imap.dll in the php.ini file?

Is your email server set up to support IMAP mail functions?
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

Post by pelegk2 »

uncommenting solved the problem:)
Post Reply