Re: [PHP-WIN] Mail submisison of form data

2001-03-27 Thread florent empis
Flint Doungchak wrote: > mail("[EMAIL PROTECTED]","Subject: I'm an idiot","Message body > here","From:[EMAIL PROTECTED],Cc:[EMAIL PROTECTED]"); That works, but i have something to add...the last argument is in fact the extra headers added to the mail. So you could also add something like "x-mai

Re: [PHP-WIN] Mail submisison of form data

2001-03-27 Thread Tom Mathews
Flint Yeh, that's about the right syntax, but if you are sending duplicate messages from a web server, I'd strongly recommned bcc: in the header instead of cc: Tom Flint Doungchak wrote: > Randall, > > I'm not sure on this so I may need some correction, in theory, you should be > able to put t

RE: [PHP-WIN] Mail submisison of form data

2001-03-26 Thread Flint Doungchak
Randall, I'm not sure on this so I may need some correction, in theory, you should be able to put two addrees in the first argument, but I have never gotten it to work. But try this. I might be wrong on the syntax. mail("[EMAIL PROTECTED]","Subject: I'm an idiot","Message body here","From:[EMAIL