User Details
User Details
- User Since
- Mar 8 2015, 4:04 PM (518 w, 5 d)
- Availability
- Available
Oct 27 2015
Oct 27 2015
barnes.leo added a comment to Q192: Phabricator daemons have started failing to send mails (Answer 226).
My bad about the two PHPMailer plugins, had forgotten how they worked since I made the initial config quite some time ago. I'm using PhabricatorMailImplementationPHPMailerAdapter with a SMTP server that should be very reliable.
barnes.leo added a comment to Q192: Phabricator daemons have started failing to send mails (Answer 226).
The two solutions I have seen when googling are:
- Set the protocol to mail rather than smtp. Can't find any options for this in the phabricator settings.
- The problem is caused by UTF-8 data in the DB not being stored as UTF-8 encoding. Not sure how this would have happened, and I haven't seen any solutions on how to actually solve it.
Oct 26 2015
Oct 26 2015
barnes.leo updated Q192: Phabricator daemons have started failing to send mails from to Phabricator daemons have started failing to send mails.
Mar 20 2015
Mar 20 2015
barnes.leo awarded T1109: Allow inbound e-mail without any agent configuration via IMAP a Like token.
Mar 8 2015
Mar 8 2015
barnes.leo added a comment to T1109: Allow inbound e-mail without any agent configuration via IMAP.
This would be extremely useful when setting up Phabricator on Openshift and can't use external servers for security reasons. Right now I can't see any way of enabling inbound email for me since I can't use external services like Mailgun and can't set up my own MTA since I don't have root access.