Recent content by whatever1234

  1. whatever1234

    XF 2.2 Office 365 does not work with XenForo

    I've talked with my host three times, they say SMTP is enabled every time. And as I said, the python script works but not XenForo. I'll try the test script you sent me.
  2. whatever1234

    XF 2.2 Office 365 does not work with XenForo

    Can you get an Office 365 account and try? This problem has been on XenForo for a long time: https://xenforo.com/community/threads/smtp-connection-refused.119144/
  3. whatever1234

    XF 2.2 Office 365 does not work with XenForo

    Will this make the site unavailable or leak server information to the public?
  4. whatever1234

    Implemented Email transport method: encryption: STARTTLS

    Ok, continuing here: https://xenforo.com/community/threads/office-365-does-not-work-with-xenforo.189233/
  5. whatever1234

    XF 2.2 Office 365 does not work with XenForo

    Referring to: https://xenforo.com/community/threads/email-transport-method-encryption-starttls.189213/ I believe the error is within XenForo's control, otherwise it wouldn't have worked with the simple python script.
  6. whatever1234

    Implemented Email transport method: encryption: STARTTLS

    Are you sure? It doesn't work (no error messages.) But, it works with a simple python script: message = ... session = smtplib.SMTP("smtp.office365.com", 587) session.ehlo() session.starttls() session.login("xxxx@xxxx.com", "xxxx") session.sendmail("xxxx@xxxx.com", recipient...
  7. whatever1234

    Implemented Email transport method: encryption: STARTTLS

    Hi, I need the option to choose the STARTTLS encryption protocol in the email transport method. Using the "PHP built-in mail system" does not work either. It's for Office 365: smtp.office365.com port 587
  8. whatever1234

    Not planned User-defined CSS

    I hear what you're saying. A user on my forum suggested tampermonkey as well. I was hoping it could be done with the XenForo forum software because not everyone likes browser plugins.
  9. whatever1234

    Not planned User-defined CSS

    No worries!
  10. whatever1234

    Not planned User-defined CSS

    By user-defined CSS I mean the users of my forum want to stylize the forum using their own CSS. Reference link
  11. whatever1234

    Not planned User-defined CSS

    Is it safe to have <link rel="stylesheet" href="file:///<ro$style>" type="text/css"> in each page's header? If not, can you add a user-defined css field in account/preferences?
  12. whatever1234

    XF 2.1 You do not currently have a terms and rules URL.

    I think I have accidentally deleted terms page, but I don't remember from where. I get this message: You do not currently have a terms and rules URL. How do I restore it?
Top Bottom