configuring email using office365

Posted By MaurizioPGH Fri 15 Apr 2016
Add to Favorites0
Author Message
MaurizioPGH
 Posted Fri 15 Apr 2016
Supreme Being

Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)

Group: Forum Members
Last Active: Wed 8 Jun 2016
Posts: 5, Visits: 21
Has anybody had any luck using a 365 email account? My emails don't go through and I'm not finding much online in the way of examples. Here are my config settings. Thank you!

general.email.enablehtml y
general.email.mailserver smtp.office365.com
general.email.method on
general.email.smtpauthpassword <<I have one>>
general.email.smtpauthusername info@<<mydomain>>.net
general.email.smtpportnumber 587
general.email.spoofcontactmail y
Paul
 Posted Fri 15 Apr 2016
große Käse

große Käse - (453,478 reputation)große Käse - (453,478 reputation)große Käse - (453,478 reputation)große Käse - (453,478 reputation)große Käse - (453,478 reputation)große Käse - (453,478 reputation)große Käse - (453,478 reputation)große Käse - (453,478 reputation)große Käse - (453,478 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
Is there a particular reason you need to send out through the SMTP of office365? Generally on a web site you would send out mail from the local server, or network's SMTP.

--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
MaurizioPGH
 Posted Fri 15 Apr 2016
Supreme Being

Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)Supreme Being - (2,081 reputation)

Group: Forum Members
Last Active: Wed 8 Jun 2016
Posts: 5, Visits: 21
Thank you very much for the reply.

I don't believe that our IT department's security policies allow for a mail server on the same server where the site is hosted. I may be wrong, but I believe using an external server is preferred if possible.

Thanks again.
Tiggywiggler
 Posted Sun 1 May 2016
Supreme Being

Supreme Being - (106,218 reputation)Supreme Being - (106,218 reputation)Supreme Being - (106,218 reputation)Supreme Being - (106,218 reputation)Supreme Being - (106,218 reputation)Supreme Being - (106,218 reputation)Supreme Being - (106,218 reputation)Supreme Being - (106,218 reputation)Supreme Being - (106,218 reputation)

Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235, Visits: 750
Hello,

Have you tried enabling SSL (TLS) as Office365 requires this for email connections?

it's part of the SmtpClient object (SmtpClient.EnableSsl)


We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either
1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx.
2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx.

Have fun and good luck coding.

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top