I want to send all attachment(in a thread) to mail. I can't attach all attachment in mail function. Is this possible using any predefined function or customize getAttachment() function. Anyone please assist me.

This is not a feature in osTicket at this time.  I am also not aware of any plans to implement such a feature.Especially when one considers that email was never even intended to send files... most mail servers only allow a certain number of and/or size of attachments.

Okay. Is it possible to add static file in attachment. If yes how to add this file "https://pbs.twimg.com/profile_images/839721704163155970/LI_TRk1z_400x400.jpg". in email function.For ex :-$attachment = "https://pbs.twimg.com/profile_images/839721704163155970/LI_TRk1z_400x400.jpg";$this->email($user,$subject,$body,$attachment,$option);

*blinks twice*I have no idea what you are trying to ask.

In osticket mail function how to add files in attachments using php code.

moving thread to Mods and Customizations.

Write a Reply...