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
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 » Tue Jun 01, 2004 7:19 am
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 » Tue Jun 01, 2004 10:12 am
Have you uncommented the imap.dll in the php.ini file?
Is your email server set up to support IMAP mail functions?
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 » Wed Jun 02, 2004 3:17 am
uncommenting solved the problem:)