elsaadj
September 24, 2021, 9:31pm
1
My idea is:
Emails outside campaign need to allow CC, attachment, and the use of email template
I think these groups of people would benefit from this idea:
Any one sends direct email outside campaign
Why I think they would benefit from this idea:
Better email
Any code or resources to support this idea:
Are you willing to work on this idea?:
What skills and resources do you need to explore this further?
joeyk
September 25, 2021, 1:12am
2
Hi, not sure you mean by this. You can already do that I believe. Can you be more specific?
elsaadj
September 25, 2021, 2:47pm
3
Thank you for the reply.
Click on Contacts, click on a contact, click send email. Th email window does have CC or attach. It allows email template selection but that doesn’t do anything, it shows spinning wheel.
The expected behavior is to load the email template into the email form, or a way to allow CC field and attach. In the email form body, there is way to add link, but add attachment is what not allowed.
If email template, CC, and attach are already implemented features then how to get it to do so? the documentation doesn’t say. Thanks, see attached snapshot.
joeyk
September 25, 2021, 3:50pm
4
Oh okay. Got you.
No, what you are asking is not implemented.
We got a customer who requested this but we don’t have the capacity at this moment to make this. We are willing to put a 200 dollar bounty on the contributor (that makes the most contributions) this feature.
Also a good addition would be a log of messages you send personally and if they are read and clicked on etc.
2 Likes
joeyk
June 28, 2022, 10:42am
7
Looks good, I’ll test it.
Is there a way you can add the tests needed to push this into production?
Joey
Hello @joeyk - do you tested this with some PDF file and checked PDF after send? I’ve got strange bug with this PR.
mautic:4.x
← dev-marcel:4.x
opened 08:02AM - 28 Jun 22 UTC
<!-- ## Which branch should I use for my PR?
Assuming that:
a = current ma… jor release
b = current minor release
c = future major release
* a.x for any features and enhancements (e.g. 4.x)
* a.b for any bug fixes (e.g. 4.0, 4.1, 4.2)
* c.x for any features, enhancements or bug fixes with backward compatibility breaking changes (e.g. 5.x) -->
| Q | A
| -------------------------------------- | ---
| Bug fix? (use the a.b branch) | [No]
| New feature/enhancement? (use the a.x branch) | [Yes]
| Deprecations? | [No]
| BC breaks? (use the c.x branch) | [No]
| Automated tests included? | [No]
| Issue(s) addressed | Fixes #...
<!--
Additionally (see https://contribute.mautic.org/contributing-to-mautic/developer/code/pull-requests#work-on-your-pull-request):
- Always add tests and ensure they pass.
- Bug fixes must be submitted against the lowest maintained branch where they apply
(lowest branches are regularly merged to upper ones so they get the fixes too.)
- Features and deprecations must be submitted against the "4.x" branch.
-->
#### Description:
Makes it possible to add attachment (via upload and file manager), BCC and CC for direct mail
![image](https://user-images.githubusercontent.com/11071510/176126239-a0a7f40f-baca-492a-a2ef-7ee7f61a83f6.png)
<!--
Please write a short README for your feature/bugfix. This will help people understand your PR and what it aims to do. If you are fixing a bug and if there is no linked issue already, please provide steps to reproduce the issue here.
-->
#### Steps to test this PR:
<!--
This part is really important. If you want your PR to be merged, take the time to write very clear, annotated and step by step test instructions. Do not assume any previous knowledge - testers may not be developers.
-->
1. Open this PR on Gitpod or pull down for testing locally (see docs on testing PRs [here](https://contribute.mautic.org/contributing-to-mautic/tester))
2. Make sure you can send mail
3. Make sure you got an attachment
4. Add a contact
5. Click on the arrow before a contact and click send mail
6. Add bcc, cc and attachments.
<!--
If you have any deprecations, list them here along with the new alternative.
If you have any backwards compatibility breaks, list them here.
-->
<a href="https://gitpod.io/#https://github.com/mautic/mautic/pull/11297"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a>
Solves this: https://forum.mautic.org/t/contact-custom-email-to-include-cc-allow-attachments-and-use-email-template/21009/4
joeyk
July 21, 2022, 6:23am
9
No, not tested yet as there are no automated tests.