-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Test Mail aus Backend versenden #254
Comments
Comment by @Toflar Das müsste in den Manager, weil es eine Kommandozeilen-Operation ist:
|
Comment by @aschempp Ich hätte etwas bedenken über den Manager freien E-Mail Versand zu erlauben. Würde es reichen wenn eine definierte E-Mail an den Systemadmin versendet werden kann? |
Comment by @Toflar Naja, du musst ja eingeloggt sein. Aber vordefiniert einfach als Testmail, ist sicher eine gute Option. Das würde ja die Anforderung abdecken :) |
Comment by @leofeyer Kann ich das Ticket dann zum Manager verschieben? |
Comment by @aschempp Ich denke ein neues Ticket mit verweis ist sinnvoller… |
Vordefinierter Text wäre ausreichend. Button "Teste SMTP" und dann manuell die Zieladresse eingeben. |
@fritzmg is this even still possible in later Contao versions (since we switched from SwiftMailer to Symfony Mailer)? |
Yeah, unfortunately not, since the |
Maybe work on a PR for Symfony 5.4 then? Also see https://symfony.com/blog/the-end-of-swiftmailer :) |
Yes, I always wanted to, but never got around to it 🙈. Hopefully I'll be able to do it in September :) |
Did we get that feature in 4.13 now? |
Nope: contao/contao#3869 |
+1 für diese Funktion. |
Symfony 6.2 will ship this command again: symfony/symfony#47040 |
I've been thinking that ugrading to at least Symfony 6.2 would allow this feature, however that would also raise the minimum dependency of the Contao Manager to at least Since there are still many PHP 7.2 - 8.0 installations, this would lead to the Contao Manager being updated automatically and then no longer being usable. We could implement the bundle from fritz tho: |
The Contao Manager does not need to raise its dependencies. It only needs to check whether the |
You mean like the install tool... I see |
One thing to note though: using |
Checking for the availability of the command would be easy. However, the Contao Manager currently has no interface/UI for stuff like this (e.g. also applies to #219). Building a UI for every little setting seems kinda hard (but could be at least a temporary solution). |
Issue by @contaoacademy
April 9th, 2018, 13:59 GMT
Es wäre hilfreich, wenn man per Klick eine Test-Mail versenden könnte um zu überprüfen, ob die SMTP-Einstellungen korrekt gesetzt sind bzw. ob der Server die Mails versenden kann.
Kann gerne unter System-Wartung sein oder evtl. ist das auch besser im Contao Manager aufgehoben.
The text was updated successfully, but these errors were encountered: