Email: Difference between revisions
Created page with "{{CompanyName}} uses Google Apps For Your Domain (GAFYD) also referred to as GoogleApps, which includes mail services. {{CompanyName}} is a Google Apps consultant and is happ..." |
No edit summary |
||
| Line 3: | Line 3: | ||
== Users == | == Users == | ||
Access mail in your web browser by visiting http://mail.{{PrimaryDomainName}} | Access mail in your web browser by visiting http://mail.{{PrimaryDomainName}} | ||
== HOWTO == | |||
=== My website needs a contact form === | |||
If you want to add email to your PHP application or website, then try https://github.com/PHPMailer/PHPMailer | |||
=== My wiki won't send email === | |||
If your application already has email capability, but it won't send, then turn on the mail_log feature in php.ini and check that sendmail/postfix is installed on your system. You might start with <code>sudo apt-get install mailutils</code>. If on AWS or datacenter, you can set up as an internet site and be done. If you are behind a consumer broadband IP, you will probably need to setup a 'smarthosted' site and use (your own) IMAP credentials to send email through another provider. | |||
== Issues == | == Issues == | ||