php-general Digest 18 Apr 2011 17:06:22 -0000 Issue 7278

Topics (messages 312428 through 312433):

²É.¹ºÁ÷.³ÌÓÅ»¯¼°¹©.Ó¦ÉÌÆÀ.¹ÀÓë¹Ü.Àí
        312428 by: smxphbsxp

Re: email w/attachments
        312429 by: Richard Quadling
        312430 by: Steve Staples
        312431 by: João Cândido de Souza Neto
        312432 by: Paul M Foster

JavaScript Injection ???
        312433 by: tedd

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---

        < 相#关+资$料#请&查^收%附#件 >


--- End Message ---
--- Begin Message ---
On 18 April 2011 04:38, Bastien <phps...@gmail.com> wrote:
>
>
>
>
> On 2011-04-17, at 10:26 PM, tedd <t...@sperling.com> wrote:
>
>> Hi gang:
>>
>> Anyone have an email script that allows attachments they would share?
>>
>> I've been trying to figure this out and everything I've tried has failed. 
>> I've looked at over a dozen scripts that don't work. I'm about to pull out 
>> what hair I have left.
>>
>> Cheers (I think),
>>
>> tedd
>>
>> --
>> -------
>> http://sperling.com/
>>
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
> I use phpmailer for that. Great class and easy to do
>
> Bastien Koert

When I started out, I used the HtmlMimeMail class from Richard Heyes
at phpguru.org. It is now called RMail.

I found this very easy to use.

Extending the main class to include logging of mail is very easy (this
year, I've sent 33,500 emails using it).

I send email with a plain text part as well as a HTML part. With
embedded images and PDF attachments.

The recipients use a combination of Outlook (2003 and later),
GoogleMail and YahooMail.

All of the clients so far can read the messages sent and get the attachments.

If you intend to send HTML mail, you will have to go back to using
tables with inline CSS if you want to be halfway readable on Outlook
2007+. Outlook 2003 was very good with HTML mail. Outlook 2007+, not
so good. But that is fine for me, as the data was all tables. But for
those sending out pretty mails, I believe it is a harder job that
expected.

Richard.

-- 
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

--- End Message ---
--- Begin Message ---
On Mon, 2011-04-18 at 11:05 +0100, Richard Quadling wrote:
> On 18 April 2011 04:38, Bastien <phps...@gmail.com> wrote:
> >
> >
> >
> >
> > On 2011-04-17, at 10:26 PM, tedd <t...@sperling.com> wrote:
> >
> >> Hi gang:
> >>
> >> Anyone have an email script that allows attachments they would share?
> >>
> >> I've been trying to figure this out and everything I've tried has failed. 
> >> I've looked at over a dozen scripts that don't work. I'm about to pull out 
> >> what hair I have left.
> >>
> >> Cheers (I think),
> >>
> >> tedd
> >>
> >> --
> >> -------
> >> http://sperling.com/
> >>
> >> --
> >> PHP General Mailing List (http://www.php.net/)
> >> To unsubscribe, visit: http://www.php.net/unsub.php
> >>
> >
> > I use phpmailer for that. Great class and easy to do
> >
> > Bastien Koert
> 
> When I started out, I used the HtmlMimeMail class from Richard Heyes
> at phpguru.org. It is now called RMail.
> 
> I found this very easy to use.
> 
> Extending the main class to include logging of mail is very easy (this
> year, I've sent 33,500 emails using it).
> 
> I send email with a plain text part as well as a HTML part. With
> embedded images and PDF attachments.
> 
> The recipients use a combination of Outlook (2003 and later),
> GoogleMail and YahooMail.
> 
> All of the clients so far can read the messages sent and get the attachments.
> 
> If you intend to send HTML mail, you will have to go back to using
> tables with inline CSS if you want to be halfway readable on Outlook
> 2007+. Outlook 2003 was very good with HTML mail. Outlook 2007+, not
> so good. But that is fine for me, as the data was all tables. But for
> those sending out pretty mails, I believe it is a harder job that
> expected.
> 
> Richard.
> 
> -- 
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
> 

I use phpmailer[1], and even though most people dont like it, Pear
MAILER as well.  With both, I've sent both HTML and plain text, as well
as attachments without any issues.

phpmailer[1] is my "mailer script" of choice.

Steve.

[1] http://phpmailer.worxware.com/index.php


--- End Message ---
--- Begin Message ---
I use Zend_Mail (from Zend Framework) works perfectly.

-- 
João Cândido de Souza Neto

"tedd" <t...@sperling.com> escreveu na mensagem 
news:p06240806c9d150fea24d@[192.168.1.2]...
> Hi gang:
>
> Anyone have an email script that allows attachments they would share?
>
> I've been trying to figure this out and everything I've tried has failed. 
> I've looked at over a dozen scripts that don't work. I'm about to pull out 
> what hair I have left.
>
> Cheers (I think),
>
> tedd
>
> -- 
> -------
> http://sperling.com/ 



--- End Message ---
--- Begin Message ---
On Sun, Apr 17, 2011 at 10:26:04PM -0400, tedd wrote:

> Hi gang:
> 
> Anyone have an email script that allows attachments they would share?
> 
> I've been trying to figure this out and everything I've tried has
> failed. I've looked at over a dozen scripts that don't work. I'm
> about to pull out what hair I have left.

Links from a prior thread on this subject (not thoroughly examined):

http://www.devshed.com/c/a/PHP/Composing-Messages-in-HTML-for-MIME-Email-with-PHP/
http://www.wilsonweb.com/wmt5/html-email-multi.htm

Paul

-- 
Paul M. Foster
http://noferblatz.com
http://quillandmouse.com

--- End Message ---
--- Begin Message ---
Hi gang:

Quite some time ago I had a demo that showed Javascript injection. It was where a user could type in:

<script> alert("Evil Code");</script>

and a JavaScript alert would be shown.

But now my demo no longer works. So, what happened? Was there a php update that prohibited that sort of behavior or did hosts start setting something to OFF, or what?

If you know, please explain.

Thanks,

tedd
--
-------
http://sperling.com/

--- End Message ---

Reply via email to