<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/310/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cmom</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/310/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cmom"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/Special:Contributions/Cmom"/>
	<updated>2026-04-18T14:06:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Email_setup_gmail&amp;diff=75956</id>
		<title>Email setup gmail</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Email_setup_gmail&amp;diff=75956"/>
		<updated>2010-09-18T14:31:02Z</updated>

		<summary type="html">&lt;p&gt;Cmom: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Google&#039;s mail servers can be set up as the SMTP server for Moodle.  This reduces or eliminates the need for an email service on a server and is especially useful if [http://www.google.com/apps/ Google Apps] is used by the institution using Moodle.  &lt;br /&gt;
&lt;br /&gt;
This will require a hack to the code.&lt;br /&gt;
&lt;br /&gt;
== [[Email settings]] ==&lt;br /&gt;
Location: &#039;&#039;Administration &amp;gt; Server &amp;gt; [[Email settings|Email]]&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SMTP hosts:&#039;&#039;&#039; smtp.gmail.com:465   &#039;&#039;NOTE: Leave out the port (:465) in 1.9.2 or lower&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SMTP username:&#039;&#039;&#039; Your email address @gmail.com or your own domain if using Google Apps&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SMTP password:&#039;&#039;&#039; password for the above email account&lt;br /&gt;
&lt;br /&gt;
== Code Modification ==&lt;br /&gt;
In your Moodle site go to &amp;lt;tt&amp;gt;/lib/phpmailer/&amp;lt;/tt&amp;gt; and modify the following file:&lt;br /&gt;
&lt;br /&gt;
=== class.smtp.php ===&lt;br /&gt;
Around line 83 DIRECTLY after the &#039;&#039;&#039;Connect&#039;&#039;&#039; function header, insert this line immediately after the &amp;quot;{&amp;quot; :&lt;br /&gt;
 $host = &#039;ssl://&#039; . $host;&lt;br /&gt;
&lt;br /&gt;
== Code Modification (1.9.2 or lower) == &lt;br /&gt;
These two additional modifications need to be made in 1.9.2 or lower as the &#039;&#039;&#039;SMTP hosts&#039;&#039;&#039; setting above will not allow the port to be included.&lt;br /&gt;
&lt;br /&gt;
=== class.phpmailer.php ===&lt;br /&gt;
around line 162 &lt;br /&gt;
*Change &amp;lt;tt&amp;gt;var $Port = 25;&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;var $Port = 465;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== class.smtp.php ===&lt;br /&gt;
around line 30&lt;br /&gt;
*Change &amp;lt;tt&amp;gt;var $SMTP_PORT = 25;&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;var $SMTP_PORT = 465;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tips and tricks ==&lt;br /&gt;
&lt;br /&gt;
* Some sites may need the additional step of un-commenting the &#039;&#039;&#039;php_openssl.dll&#039;&#039;&#039; extension in &amp;lt;tt&amp;gt;php.ini&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== See also==&lt;br /&gt;
[[Email settings]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[ja:GmailでのEメール設定]]&lt;br /&gt;
&lt;br /&gt;
When using Google Education Edition with 1.99&lt;br /&gt;
&lt;br /&gt;
The latest php mailer is paramont. If someschool.edu email at google is not accepting mails from the moodle as valid mails you need to create an SPF record at your host, allowing mail from the Central Mail server, Google and the local server which satisified Google&#039;s validation desires.&lt;br /&gt;
&lt;br /&gt;
@ 14400 IN TXT &amp;quot;v=spf1 ip4:174.121.161.XXX&lt;br /&gt;
include:aspmx.googlemail.com mx:c1.hostname.com ~all&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This bit is server side more than moodle so if you are on managed or shared hosting the server admin will have to do the record (try submitting a request to have the record added with full details of how and why to do so) then follow the previous the directions in this record.&lt;/div&gt;</summary>
		<author><name>Cmom</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Email_setup_gmail&amp;diff=75955</id>
		<title>Email setup gmail</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Email_setup_gmail&amp;diff=75955"/>
		<updated>2010-09-18T14:30:23Z</updated>

		<summary type="html">&lt;p&gt;Cmom: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Google&#039;s mail servers can be set up as the SMTP server for Moodle.  This reduces or eliminates the need for an email service on a server and is especially useful if [http://www.google.com/apps/ Google Apps] is used by the institution using Moodle.  &lt;br /&gt;
&lt;br /&gt;
This will require a hack to the code.&lt;br /&gt;
&lt;br /&gt;
== [[Email settings]] ==&lt;br /&gt;
Location: &#039;&#039;Administration &amp;gt; Server &amp;gt; [[Email settings|Email]]&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SMTP hosts:&#039;&#039;&#039; smtp.gmail.com:465   &#039;&#039;NOTE: Leave out the port (:465) in 1.9.2 or lower&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SMTP username:&#039;&#039;&#039; Your email address @gmail.com or your own domain if using Google Apps&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SMTP password:&#039;&#039;&#039; password for the above email account&lt;br /&gt;
&lt;br /&gt;
== Code Modification ==&lt;br /&gt;
In your Moodle site go to &amp;lt;tt&amp;gt;/lib/phpmailer/&amp;lt;/tt&amp;gt; and modify the following file:&lt;br /&gt;
&lt;br /&gt;
=== class.smtp.php ===&lt;br /&gt;
Around line 83 DIRECTLY after the &#039;&#039;&#039;Connect&#039;&#039;&#039; function header, insert this line immediately after the &amp;quot;{&amp;quot; :&lt;br /&gt;
 $host = &#039;ssl://&#039; . $host;&lt;br /&gt;
&lt;br /&gt;
== Code Modification (1.9.2 or lower) == &lt;br /&gt;
These two additional modifications need to be made in 1.9.2 or lower as the &#039;&#039;&#039;SMTP hosts&#039;&#039;&#039; setting above will not allow the port to be included.&lt;br /&gt;
&lt;br /&gt;
=== class.phpmailer.php ===&lt;br /&gt;
around line 162 &lt;br /&gt;
*Change &amp;lt;tt&amp;gt;var $Port = 25;&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;var $Port = 465;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== class.smtp.php ===&lt;br /&gt;
around line 30&lt;br /&gt;
*Change &amp;lt;tt&amp;gt;var $SMTP_PORT = 25;&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;var $SMTP_PORT = 465;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tips and tricks ==&lt;br /&gt;
&lt;br /&gt;
* Some sites may need the additional step of un-commenting the &#039;&#039;&#039;php_openssl.dll&#039;&#039;&#039; extension in &amp;lt;tt&amp;gt;php.ini&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== See also==&lt;br /&gt;
[[Email settings]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[ja:GmailでのEメール設定]]&lt;br /&gt;
When using Google Education Edition with 1.99&lt;br /&gt;
&lt;br /&gt;
The latest php mailer is paramont. If someschool.edu email at google is not accepting mails from the moodle as valid mails you need to create an SPF record at your host, allowing mail from the Central Mail server, Google and the local server which satisified Google&#039;s validation desires.&lt;br /&gt;
&lt;br /&gt;
@ 14400 IN TXT &amp;quot;v=spf1 ip4:174.121.161.XXX&lt;br /&gt;
include:aspmx.googlemail.com mx:c1.hostname.com ~all&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This bit is server side more than moodle so if you are on managed or shared hosting the server admin will have to do the record (try submitting a request to have the record added with full details of how and why to do so) then follow the previous the directions in this record.&lt;/div&gt;</summary>
		<author><name>Cmom</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Skype_module&amp;diff=53718</id>
		<title>Skype module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Skype_module&amp;diff=53718"/>
		<updated>2009-04-01T17:50:15Z</updated>

		<summary type="html">&lt;p&gt;Cmom: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Skype Module&#039;&#039;&#039; allows interaction between all teachers and students in a course using Skype.  &lt;br /&gt;
&lt;br /&gt;
This module was created by [http://moodle.org/user/view.php?id=91386&amp;amp;course=1 Amr Hourani] with community input guiding its development.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
*Two types&lt;br /&gt;
**Teacher to teacher&lt;br /&gt;
**Teacher/student to student&lt;br /&gt;
*Several options&lt;br /&gt;
**Video calling, &lt;br /&gt;
**Send files, &lt;br /&gt;
**Chat, &lt;br /&gt;
**Send SMS (Short Message Service or phone text messages)&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
Users must have a Skype ID in their profile, and must have at least Skype version 2.0.79 installed and configured correctly for this activity module to recognize them. The module functions best when place as an activity inside a course because the module uses role based assignments of student and teacher. Unless you have front page student/teacher roles assigned the moodle skype mod can not &#039;see&#039; the users. --[[User:E. L. Cooper|E. L. Cooper]] 17:50, 1 April 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Cmom</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Skype_module&amp;diff=53716</id>
		<title>Skype module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Skype_module&amp;diff=53716"/>
		<updated>2009-04-01T17:39:47Z</updated>

		<summary type="html">&lt;p&gt;Cmom: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Skype Module&#039;&#039;&#039; allows interaction between all teachers and students in a course using Skype.  &lt;br /&gt;
&lt;br /&gt;
This module was created by [http://moodle.org/user/view.php?id=91386&amp;amp;course=1 Amr Hourani] with community input guiding its development.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
*Two types&lt;br /&gt;
**Teacher to teacher&lt;br /&gt;
**Teacher/student to student&lt;br /&gt;
*Several options&lt;br /&gt;
**Video calling, &lt;br /&gt;
**Send files, &lt;br /&gt;
**Chat, &lt;br /&gt;
**Send SMS (Short Message Service or phone text messages)&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
Users must have a Skype ID in their profile, and must have at least Skype version 2.0.79 installed and configured correctly for this block to recognize them.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Users must have a Skype ID in their profile, and must have at least Skype version 2.0.79 installed and configured correctly for this activity module to recognize them. The module functions best when place as an activity inside a course because the module uses role based assignments of student and teacher. Unless you have front page student/teacher roles assigned the moodle skype mod can not &#039;see&#039; the users.&lt;/div&gt;</summary>
		<author><name>Cmom</name></author>
	</entry>
</feed>