CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2005
    Location
    India
    Posts
    67

    possibilities of upload files by sending it in email.

    Hi,

    I am new to PHP but not to programming languages. Recently i have been developing one website in PHP. In website i want facility for user to upload documents and i have done it. Now I want a facility that through sending emails clients may also upload their documents. It means user may just send an email to a particular email and document gets uploaded to my webserver.

    What are the best concepts you think i can use it here? Or is it just email parsing is one technique can be used?
    One point, My email server is not same as website hosted.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: possibilities of upload files by sending it in email.

    You need to install an SMTP server and set the PHP configuration to recognize the SMTP server.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured