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? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -