You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes I was looking at that plugin and I think for now I'll use a combination of the 2 using them independently on the frontend:
upload the file
get the url from the response of the mutation
send an email and include the url in the body of the email
Though it's not gonna be great for security... that will mean that the file is publicly accessible to whoever has the url of the uploaded media... Instead it would be cool if the file could really be sent in the email without really uploading it anywhere...
Mailgun has such an option in their API, but I wouldn't know where to start in our case...
I think it would be a great feature to be able to send attachments through the plugin.
At the moment i'm implementing a "work with us" on which a user can attach a CV and i'm not sure how to go about with it.
If you have any suggestion or if the plugin is already able to do that i'm all ears :).
The text was updated successfully, but these errors were encountered: