Yes, you can override SMTP for both mailing lists and digestsIs it possible to use different SMTP details for this plugin from the default smtp details used for regular xenforo mail?
So that regular mail goes through one smtp server and these mails are sent from another
Unfortunately you can’t decide when it’s sent, and the user themselves can decide how often they want to see it.When is the weekly newsletter sent? Is it possible to initiate the first newsletter manually and then set a custom date for when the weekly one will start recurring?
Unfortunately you can’t decide when it’s sent, and the user themselves can decide how often they want to see it.
Sorry for the confusion. I've looked into the code just now and I can confirm it affects ALL emails from your forum, including important account information emails. There is no reliable way to distinguish account registration emails etc from other, less important emails.Does this setting only affect dbmail, or will those important mails from xenforo (account registrations etc) will also go into cap limit? I couldn't understand properly from your message
Update highlights
This version adds the ability to specify a separate email to use as "From" email when using CLI to validate users' email addresses.
Furthermore, the Amazon SES/SNS bounce and complaint handling should now be much improved. This reworked handling has been in use here @ DBTech for the past 1-2 weeks, so I'm confident it's now working optimally.
Complete Change Log
Feature: CLI email validation can now specify a separate...
I see I posted the suggestion back in 2018:Are Birthday Wishes E-mails on the roadmap?
All emails sent via XenForo will automatically include the board title as the header. You can edit the email templates yourself; customise this code:Not all XenForo email templates contain logo and branding. Amazon SES requires this:
Please consider to insert into email templates:![]()
Do Your Recipients Know Who You Are? | Amazon Web Services
When you send an email for your organization, you want your recipients to read it. For that to happen, your email needs to be delivered, and your recipients need to identify the mail as valuable and worth reading. Of course, you need to provide valuable content in the email itself, but there is...aws.amazon.com
This would make XenForo email template compliant with Amazon SES.
- Logo
- Branding / styling
- Footer with social media links and required texts.
<tr>
<td class="header" align="center" valign="top">
<a href="{{ link('canonical:index') }}">{$xf.options.boardTitle}</a>
</td>
</tr>
Update highlights
This version replaces the previous SMTP validation feature with a new API validation system, which can interface with a variety of 3rd party email validation services. Please do be aware that these services are paid. Unfortunately, the old SMTP validation feature has been disabled by remote mail servers like Google and Yahoo.
Furthermore, a bug has been resolved in which enabling both the "max emails per hour" global setting AND disabling the...
We use essential cookies to make this site work, and optional cookies to enhance your experience.