Skip to main content

Questions tagged [email-attachments]

Email attachments are file(s) that are sent along with an email. Use this tag for programming questions related to attaching files to an email message, receiving such files, or processing them (e.g. as part of a mail forwarder or spam filter). Non-programming support questions related to email attachments (e.g. what to click on to add an attachment) are off-topic here, but may be suitable elsewhere on the network.

0 votes
1 answer
11 views

How to add my PDF file which I have placed in my folder to this SMTP mail?

I want to send my attached PDF with message to the user. I have my website files in my server in Public_htm folder. There I have created folder with name "wp-regpdf". in this folder when ...
jitender kumar's user avatar
0 votes
1 answer
21 views

Add attachments and Embed Image in Email body PowerApps

I am trying to utilise Office365Outlook.SendEmail but having issues passing attachments and embedding an image in to the body of the email. Firstly, I have an attachment control DataCardValue4 that I ...
user3599946's user avatar
0 votes
2 answers
24 views

Powerautomate Escapes all characters in my Array. That way its not usable as E-mail Attachment

I´m trying to send multiple E-mail Attachements via Powerautomate. I prepare Content by creating an Array just like E-mail Attachements usually are formed. But when i want to use this array ...
Christian Hilz's user avatar
0 votes
0 answers
8 views

How to get attachment's headers from eml file?

Suppose I have a eml file with the following structure (got with print(_structure(parsed_email))): multipart/mixed multipart/alternative text/plain text/html message/rfc822 ...
giacom0c's user avatar
  • 299
0 votes
0 answers
21 views

How to let users add an attachment to a SendGrid form (Wix velo code, javascript)?

I see plenty of answers around the internet, including the Wix community forum: https://forum.wixstudio.com/t/file-attachment-using-sendgrid-api/34156 BUT they require a .js setup, while I already ...
JohnOle's user avatar
  • 23
0 votes
0 answers
11 views

smartlead automation restAPI

I badly need some help with using Airtable and SmartLead. How can I utilize the SmartLead API to send email replies with attachments from Airtable to a lead in SmartLead? Thank you all for your help. ...
anon's user avatar
  • 1
0 votes
1 answer
36 views

Power Automate, convert email attachments to PDF and reattach to email

I need to create a flow to do the following: For Emails that are received into a group inbox with attachments that are non-PDF... xlsx, docx etc I need to Convert all the attachments to PDF Then Re-...
Mark Johnson's user avatar
0 votes
1 answer
54 views

How do I find the message ID of a mail from the attachment ID, using gmail APIs

working with get message attachment method, which has both message id and attachment id as parameters, I found that the attachment id is unique, and the message id parameter is not required to get ...
Aswin Jose's user avatar
0 votes
0 answers
119 views

Why the Failover First Driver Fails and Inline Attachment Image Path is Wrong in Laravel 10

I extend my heartfelt gratitude to the Symfony community for your unwavering dedication and perseverance. Background I was using the Laravel 10 mailer along with Symfony Mailer and encountered a bug ...
Rick.Xu's user avatar
1 vote
0 answers
27 views

CodeIgniter 4 does not send attachment

helper('inflector'); $pdfFileName = underscore(WRITEPATH.'uploads\invoice '.$invoice_number.'.pdf'); file_put_contents($pdfFileName, $dompdf->output()); if (file_exists($pdfFileName) &...
Steve Arnold's user avatar
0 votes
1 answer
84 views

Send email with Attachment from Azure Automation Account RunBook

Can any body guide me with this issue. i'm trying to create a runbook inside an Azure Automation Account, that runbook is a Azure Resource explorer query, i want to sent the result in a .CSV file to ...
Brayhan Castro's user avatar
0 votes
1 answer
89 views

Auto download attachment from Outlook to local folder via VBA

Below code is to save email attachment to a local folder. The trigger is by outlook rules. However, occasionally there will be “An unexpected error has occurred.” from Rules in Error and the code will ...
user25441505's user avatar
1 vote
0 answers
108 views

Sending an email with an attachment in a contact form using Resend

I'm trying to create a contact form where the user enters their details and then attaches a file. For this I'm using Resend and followed one of their examples found here but I keep getting a POST http:...
Jack's user avatar
  • 11
0 votes
0 answers
31 views

Unable to attach a file in Gmail using Selenium automation using Java

This is my code, where After clicking on attachment symbol it's not taking the path and eclipse is not showing any error. Please help me how to resolve this. // compose button //div[@class='T-I T-I-KE ...
Jyotsna Bhakale's user avatar
0 votes
1 answer
32 views

Email attachments being added inline after smtp host change

I have a Codeigniter 3.1.4 site that worked fine until the hosting company changed their email host. I send emails from my site with PDFs attached, but the smtp provider was changed and I have updated ...
greebstreebling's user avatar

15 30 50 per page
1
2 3 4 5
175