![]() |
Image Attachment Email - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Image Attachment Email (/showthread.php?tid=37132) |
Image Attachment Email - El Forum - 12-29-2010 [eluser]projectom[/eluser] Hello everybody. is there anyone know how to make attachment image in email to directly show when we open the email? thankyou best regards Image Attachment Email - El Forum - 12-29-2010 [eluser]Madmartigan1[/eluser] If it's an attachment, whether or not it's displayed depends on the email client itself. You can't control that. If you just want to display it, simply send an html email with an image tag. Make sure to use an absolute url for the src attribute. Image Attachment Email - El Forum - 12-29-2010 [eluser]projectom[/eluser] thanks man gotta find about html image now |