You cannot post messages because only members can post, and you are not currently a member.
Description:
List for discussions of matters related with the development of the MIME message composing and sending PHP mailer class.
|
|
|
test_html_mail_message.php
|
| |
Set up this script to send an HTML email with text alternative. Works
brilliantly! However, I am going to need to send my email to about 50
or 60 recipients and I cannot for the life of me work out how to alter
this script to do that. I have tried using the array from
'test_personalized_bulk_mail.p hp' but no joy. As you probably gather,... more »
|
|
Problems if message subject contains both umlauts and question mark
|
| |
Hi,
I guess this is a software bug.
If my MIME/UTF-8 message's subject contains both umlauts and a
question mark, the question mark apparently gets not MIME encoded
correctly and the whole subject looks weired.
I guess in this case, the question mark should be encoded as "=3F",
but it is not.... more »
|
|
Bulk Mail using SMTP
|
| |
Hi
Successfully implemented this on a Linux server and then decided that
I needed to do the same on a Windows Server using SMTP.
So
Added the classes:
require("../../classes/mime/sm tp.php");
require("../../classes/mime/sm tp_message.php");
Created the Class & set the SMTP Variables:
$email_message=new smtp_message_class;... more »
|
|
sending email form a webpage
|
| |
hi, what values do i need to set in the php.ini file if i want to send
email from my webpage? i dont know what to put as the smtp server and
sendmail_from fields. i am using xampp.. and the defualt values are
localhost and port 25.. and the from field isnt defined at all.
|
|
Problem displaying text part in multipart message
|
| |
Hi, I followed the example for an HTML message with inline images provided with the class. Both the HTML and text part are included in the message, however, when I try to view the text-only part in Thunderbird it shows what appears to be the HTML part with the tags stripped, not the actual text version of the message. Below is a portion of the... more »
|
|
@.SYNTAX-ERROR. from error
|
| |
Hi, I am trying to send a html message from a hosted website using sendmail class. However, it shows @.SYNTAX-ERROR. in from address in hotmail, and in outlook it just shows nothing on from fields. Any suggestion? Thanks
|
|
send pasted html message
|
| |
Hi, I am trying to send and html mail message using sendmail class. The user paste the html in an textarea to sent it. However, I can't read the mail using webmail, but if I write the html code direclty to the PHP variable $html_message it shows ok. Why? Thanks.
|
|
Html message with bulkmail
|
| |
I there. I am trying to make a newsletter where the admin goes to a php page and type in the textarea the html for the newsletter (pasted from dreamweaver). The html has links to the images in the host website, so I don't send them with the message. The html has css (<style) tag. I can read the email using Outlook (it asks to download... more »
|
|
question about MIME messages
|
| |
hi Alec I have a question regarding your great mail class. If I send an email using your MIME class what does it happen when a recipient uses a text only version email client? Does his client download only the text part of the messagge or also the HTMl one even if he will never see it? I am asking that because I have always considered your class the best... more »
|
|
|