Re: Problem with attaching file (from a form) to email in PHP [message #172751 is a reply to message #172731] |
Sun, 27 February 2011 23:57 |
Cameleon
Messages: 7 Registered: February 2011
Karma:
|
Junior Member |
|
|
On Feb 27, 1:41 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> On 2/27/2011 10:18 AM, Luuk wrote:
>
>> On 27-02-11 16:04, Cameleon wrote:
>>> On Feb 26, 2:36 pm, Jerry Stuckle<jstuck...@attglobal.net> wrote:
>>>> Which is why I use phpmailer. It's much better than trying to send by hand.
>
>>> Thanks Jerry,
>
>>> you are right about using phpmailler... but I tried it and couldn't
>>> find much unformations, andnwas not able to use it properly... do you
>>> have any documentation or code example to do something like I'm trying
>>> to?
>
>> http://phpmailer.worxware.com/index.php?pg=examples
>
> http://www.lmgtfy.com/?q=phpmailer+examples
>
> All kinds of good examples - including the first one being the link Luuk
> posted.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================
Tnak you all... seems very promising.
a last question... if it says
require_once '../class.phpmailer.php'
does that mean that I copy this file in the root directory of my
server (where the main index.htm file reside, and do I have to
copy all other phpmailer files too...
|
|
|