Jump to content

open email on my server 'how???


yolop

Recommended Posts

To receive and read inbound e-mails you need PHP to be compiled as a CGI binary and not as an Apache module.

 

You can read more about it at these two resources:

http://www.phpclasses.org/blog/package/2/post/1-Process-incoming-email-messages-using-PHP.html

http://www.evolt.org/article/Incoming_Mail_and_PHP/18/27914/index.html

Link to comment
Share on other sites

i can't edit so

the best way to create mail it is API? i will be happy of someone give my  a code that create email on DA in php

and is it the best way if i want to ceate many of mail???

and after i will create that mail how can i read to php page the email that the new mail get

 

thank

Link to comment
Share on other sites

To receive and read inbound e-mails you need PHP to be compiled as a CGI binary and not as an Apache module.

 

You don't, you simply need access to php's cli.

 

As for your questions nerya, your not being very clear. Do you already have an smtp and mta setup on the server? Are you able to send and recieve emails on your domain already?

 

What exactly would you like to do?

Link to comment
Share on other sites

What don't you understand? The imap extension allows you to use the imap & pop3 protocols to connect to remote or local mail servers. I believe this is what your looking for.

 

Pretty hard to tell though from your ever so vague descriptions. But I told you that earlier.

Link to comment
Share on other sites

with imap can i read the email on the email on my server??

 

Yes.

 

do you have any code?

 

I linked you to the manual. What more do you want?

first thank

.

i tried to understand how to read the mail on my DA panel but i didn't sucsses

i will be happy if you give me a code that read the mail(explode subject email and text)

thank

Link to comment
Share on other sites

Did you read the installation section?

i am not the menagger of the server so i can't install that

is there any option to one of tow server

UebiMiau

or

Squirrelmail

without imap

 

UebiMiau

or

Squirrelmail

there are the tow server on my DA

 

thank

 

Link to comment
Share on other sites

i can't install anythin on the server because i am not the admin of the server

i looking for another way to read in php the mail from my da panel

and i said that my email server in my da panel is squirrelmail

and i dont have imap

thank

Link to comment
Share on other sites

squirrelmail is not a mail server, it is merely a web interface to your mail server.

 

I'm not sure what protocol squirelmail uses to read mail but it might help you to take a look through its source. Your basically trying to do the same thing.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.