eclipse - How do i do a simple php email sending? -


as stated in subject.

how do it? i'm doing on eclipse galileo using php.

would appreciate help.

just this:

mail('to@email.com', 'subject', 'message body'); 

see php mail() documentation more advanced usage.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -