Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: moshemc
  • Order by date
  1. moshemc

    How to send content of HTML file in mail

    Hello all, I'm trying to load a HTML file content, and then send it as the body of HTML email (as a newsletter). The mail is sent indeed , but I can't get the expected body. Please see my code and help. Many thanks! $host="myserver.secureserver.net"; $myFile =...
  2. moshemc

    Reading from INI file

    Hi all, I'm using the "sgetini" function for years. It's a well-known function that reads INI files very well: Public Function sGetINI(sINIFile As String, sSection As String, sKey _ As String, sDefault As String) As String Dim sTemp As String * 256 Dim nLength As...
  3. moshemc

    sending a mail by a script

    Thank you for answering me. I understand the reason for not sending the email 100 hundred times. I'd like to know if there any way to send a personalized email ("hello <private_name>") even though I do not send it to each one separately. Thanks again!
  4. moshemc

    sending a mail by a script

    Hi, I have a database (MySQL), including 100 customers, their emails and names. I'm planning to write a script which automatically sends email to them, (a loop that handles with "mail" function). I would prefer to send it by including their private name inside the content (by using a...
  5. moshemc

    Embedded picture in Email - how to?

    Hi all, I'm trying to write a PHP code that embeds a picture. The problem is that I cannot embed it, so I use it as follows, and then users cannot see the picture unless they approve the pictures. Here is my code (I skip the database connection - it works fine): $msg = "<html><body><img...

Part and Inventory Search

Back
Top