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 =...
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...
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!
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.