com/libs/mtwin/mail/smtp [en]

All languages

Differences between version #4122 and #6931

18a19,24
> </code>
> mtwin.mail.Part v1.3 has issues with php arrays, if you are targeting php an alternative mailing method is to call the native php mail() function through inline.
> <code haxe>
> public static inline function mail( to:String, subject:String, message:String, ?additional_headers:String, ?additional_parameters:String ):Bool {
> 	return untyped __call__("mail", to, subject, message, additional_headers, additional_parameters);
> }

	
Ver Date User Action
#8139 2010-02-23 03:59:44 Abscissa View | Diff
#6932 2009-09-02 05:22:37 exint Restored to version #4122
#6931 2009-09-02 05:18:28 exint View | Diff
#4122 2008-08-29 01:33:49 baurel View | Diff

Previous | Next