Email issues #1
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: stp/forum#1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issues with sending email
Expected behavior
Email gets delivered
Description
Email seems to be failing in a couple different ways, first when someone requests for verification, second for notification emails. It all seems to stem from php sendmail
FIXED, stp is now setup to use SMTP through AWS. This is a temporary fix so hopefully we can move to a better provider soon.Seems to be a Xenforo issue, wont be spending all that much time fixing unless there is a clear way to get it working. Prioritizing migration to discourse right now.
example error output:
One thing that looks pretty strange is that it's using tcp:// after specifying tls in the email setup settings in XF
stack trace:
Using Swaks I can connect to AWS successfully and there seems to be no issues with SSL or TLS on the server which leads me to believe it is a SwiftMail issue
Ref: https://swiftmailer.symfony.com/docs/introduction.html
Seemed to actually be unrelated to Swift Mailer, after updating openssl and fixing the docker iptables issue everything is working again