Posts by Fernando Ricardo • 21 points
2 posts
-
1
votes2
answers418
viewsA: Send image that is on the server as an email attachment
Solved, added this line: $mail->AddAttachment("caminho_da_imagem/imagem.png");
-
1
votes2
answers418
viewsQ: Send image that is on the server as an email attachment
I need to send an email with Folder’s (images) that are already on the server. Does anyone have an idea how to do that? The e-mail is already working. I’m using codeigniter and phpmailer.