Search found 3 matches
- 22 Oct 2022, 16:01
- Forum: Help
- Topic: Microsoft 365
- Replies: 5
- Views: 5393
Re: Microsoft 365
I have been through that post, one of the setups I did was just like the one the guy said worked. I went through Microsoft's page on how to set it up also. It fails right away.
- 22 Oct 2022, 13:36
- Forum: Help
- Topic: Microsoft 365
- Replies: 5
- Views: 5393
Re: Microsoft 365
Right now, just the mail functionality itself
I have tried all this
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.office365.com';
$g_smtp_connection_mode = 'tls';
$g_smtp_port = '587';
$g_smtp_username = 'scott@domain';
$g_smtp_password = "******";
$g_return_path_email = 'scott ...
I have tried all this
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.office365.com';
$g_smtp_connection_mode = 'tls';
$g_smtp_port = '587';
$g_smtp_username = 'scott@domain';
$g_smtp_password = "******";
$g_return_path_email = 'scott ...
- 22 Oct 2022, 04:19
- Forum: Help
- Topic: Microsoft 365
- Replies: 5
- Views: 5393
Microsoft 365
I am trying to get Mantis to work with my Microsoft 365 email. So far no luck from what I have found. Does anyone have a current config that actually works? Changes to 365 that is needed?