Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8782047
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:27:54+00:00 2026-06-13T20:27:54+00:00

I am building a web application that sends emails using PHPMailer and I have

  • 0

I am building a web application that sends emails using PHPMailer and I have built a wrapper class around PHPMailer to log the emails being sent. The one part I have yet to figure out is how to securely save the attachments. I don’t want to read the file contents into a field in a MySQL database because that is not efficient. I don’t want to store them in a folder on the web server because that can be accessed from a web browser (The server doesn’t have a public_html folder so I can’t stick them in a folder that isn’t accessible).

What is the best/proper way to store the email attachments so they can’t be read, other than through my application?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T20:27:56+00:00Added an answer on June 13, 2026 at 8:27 pm

    It really depends what you want to do with those files.

    If you store then in a public web directory, you could put a .htaccess file in there (assuming you are using apache), to block web access to those files.

    You could store then in a folder below the public web folder.

    Eg most servers have something like this

    /www/website.com/httpdocs
    

    where httpdocs is the public folder.

    All you need to do is store them in

    /www/website.com/privatedocs
    

    so they are not web accessible

    Another alternative is if you are just looking to audit emails sent, is to BCC them to another email account such as audit@website.com

    Then just look at that email account if you ever need to check anything. This would however be difficult to check programatically compared to scanning a director for files on the local server.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a web application that sends emails throw SmtpClient in .net the application
I am currently building a web application that will be using two databases at
I'm building a web application that needs to send notifications by SMS. What SMS
I am building a web application that will need to allow users to save
I am building a web application that needs to print directly from browser, however,
I am building a web application that has a real-time feed (similar to Facebook's
Suppose you are building a web application that is going to be a packaged
I am building a web application that is dependent upon several third-party libraries. What
I'm building a web application that shows users interesting visualizations of their Gmail activity
I am building a web application that is currently PHP with MySQL. There is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.