Quick question. I think it's important to have all the mails from the website in the same template. Amelia sends a lot of mails, and those aren't in the template i would want them to be in. Is there a filter function to get the content of the mail, and the recipient to enhance this feature?
No that was not my question, i was asking about a filter or a function, or even a hook in which we could get the content of the message and the recipient; so we can send the e-mail ourselves. As we currently run into issues with amelia that it does not provide a proper layout to the e-mails, and even if you want to adress the layout you would need to customize every email.
So what i'm asking is if there's a developer option to cancel sending the e-mails, so we can send the e-mails through our own plugin which adds the template. So that our customers do not have the need to customize every mail for amelia 1-by-1.
Please let me know if there's such an (developer) option within Amelia !
We modified code, so you can get data with 'manipulate_mail_data' filter, just add 'skipSending' on data array and return it, in order for plugin to work properly.
something like this:
function example_callback( $data ) { // do something here $data['skipSending'] = true; return $data;
}
add_filter( 'manipulate_mail_data', 'example_callback', 10, 3 );
In the attachment of this message you can this zip version with code changes.
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Amazing! Thanks a lot! I've already given you guys a 5 star review so i don't know if there's anything i can do to help you guys further. If there's something i can do please let me know!
Hi Amelia!
Quick question. I think it's important to have all the mails from the website in the same template. Amelia sends a lot of mails, and those aren't in the template i would want them to be in. Is there a filter function to get the content of the mail, and the recipient to enhance this feature?
Please let me know!
Hello Maarten,
Thank you for reaching out to us.
You can use HTML to style email templates.
If you are referring to something else, please elaborate.
Look forward to your reply.
Have a nice day!
Kind Regards,
Stanislav Snagovskiy
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs
You can try wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Stanislav!
No that was not my question, i was asking about a filter or a function, or even a hook in which we could get the content of the message and the recipient; so we can send the e-mail ourselves. As we currently run into issues with amelia that it does not provide a proper layout to the e-mails, and even if you want to adress the layout you would need to customize every email.
So what i'm asking is if there's a developer option to cancel sending the e-mails, so we can send the e-mails through our own plugin which adds the template. So that our customers do not have the need to customize every mail for amelia 1-by-1.
Please let me know if there's such an (developer) option within Amelia !
Dear Maarten,
Thanks for the clarification,
I forwarded this to our developers, and I will reach out to you as soon as I hear back from them.
Have a great weekend!
Kind Regards,
Stanislav Snagovskiy
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs
You can try wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Dear Maarten,
We can add apply_filters before sending mail and forward the following data: to, subject, body, bccEmail, and attachments.
And depending on the return value of the filter you add, we can block sending our mail.
Let me know, please.
Look forward to your reply.
Have a nice day!
Kind Regards,
Stanislav Snagovskiy
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs
You can try wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Stanislav!
If that could be arranged, that would be perfect! That way we can use the same template for all e-mails! :)
Dear Maarten,
We modified code, so you can get data with 'manipulate_mail_data' filter, just add 'skipSending' on data array and return it, in order for plugin to work properly.
something like this:
In the attachment of this message you can this zip version with code changes.
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Have a nice day!
Kind Regards,
Stanislav Snagovskiy
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs
You can try wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Stanlislav!
Amazing! Thanks a lot! I've already given you guys a 5 star review so i don't know if there's anything i can do to help you guys further. If there's something i can do please let me know!
Have a great week :)
Dear Maarten,
You are most welcome!
I am delighted to hear that this has been resolved.
Thank you for letting us know.
Anything else that we could assist with, please don't hesitate to create new tickets.
Kind Regards,
Stanislav Snagovskiy
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs
You can try wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hey Maarten.
I wanted to let you know that Amelia 6.0 is almost ready to be released.
Once it's released, you'll need to modify the name of the filter so it continues to work for you.
So, change 'manipulate_mail_data' to 'amelia_manipulate_email_data'.
Let me know if you have any further questions about this.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables