[FX.php List] Best simple email code?

Denis Somar dsomar at gmail.com
Sat Jan 28 14:33:11 MST 2012


Running FMSAv11 on Mac OS Lion.  It's a test deployment that comes out of
the setup wizard from FMSA so I haven't configured php.ini (don't know how
to in the FMSA deployment of php).

But am willing to try anything!

Cheers,
Denis


On Sat, Jan 28, 2012 at 4:15 PM, Nick <whatdoyouwant at gmail.com> wrote:

> running on windows? did you set up the smtp host settings in php.ini ?
>
> On Tue, Jan 24, 2012 at 4:23 PM, Denis Somar <dsomar at gmail.com> wrote:
>
>> Hi there,
>>
>> I'm trying to send a primitive email to my phone (via text) and nothing
>> seems to work.  Anyone know if this is a FM11SA issue?
>>
>> Code is pretty simple:
>>
>>         $txt = "Quote #".$quote." submitted.";
>>         $headers = "From: me at email.com";
>>         mail("myphone at txt.att.net","New quote",$txt, $headers);
>>
>> TIA,
>> Denis
>>
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>
>>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20120128/603973a0/attachment.html


More information about the FX.php_List mailing list