[swx] simple mail w/ swx
Stefan Dosch
sd at liquidlounge.de
Wed Dec 19 17:49:35 PST 2007
the php mail function is pretty straight forward:
$receiver = "somebody at somewhere.com";
$sender = somebodyelse at somewhereelse.com";
$subject = "test subject";
$message = "test message";
$mail_header = "From: " . $sender;
mail($receiver, $subject, $message, $mail_header);
hth
Stefan
--
Liquidlounge
Stefan Dosch
Perlschneiderstrasse 34
81241 München
tel: +49 89 55274994
fax: +49 89 55274993
mobil: +49 160 90554762
mailto: sd at liquidlounge.de
http://www.liquidlounge.de
Am 19.12.2007 um 20:57 schrieb Corban Baxter:
> Hey guys has anyone created a simple send email service for SWX? I'm
> no PHP programmer and I was wanting to use SWX for my email forms.
> Just sending like first name, last name, email, phone, comments,
> etc. I really want to use it to like return errors of bad emails or
> something. Does anyone have a service like this they might share
> with me?!?! Please! ;)
>
> --
> -cb _______________________________________________
> swx mailing list
> swx at osflash.org
> http://osflash.org/mailman/listinfo/swx_osflash.org
More information about the swx
mailing list