Go to the documentation of this file.
11 '_sys_module_smtpmailer' =>
'SMTP Mailer',
12 '_ch_smtp_administration' =>
'SMTP Mailer',
13 '_ch_smtp' =>
'SMTP Mailer',
14 '_ch_smtp_tester' =>
'SMTP Mailer Tester',
15 '_ch_smtp_recipient' =>
'Recipient',
16 '_ch_smtp_subject' =>
'Subject',
17 '_ch_smtp_body' =>
'Body',
18 '_ch_smtp_is_html' =>
'Is HTML?',
19 '_ch_smtp_send_ok' =>
'Mail has been successfully sent',
20 '_ch_smtp_send_fail' =>
'Mail send failed',
21 '_ch_smtp_help' =>
'Help',
22 '_ch_smtp_help_text' =>
'
23 <b>SMTP authentication </b> - most SMTP servers requires SMTP authentication, most probably you need to enable it.
25 <b>SMTP server name</b> - is it better to send mail from your site SMTP server, so it is probably the name of your site or localhost.
27 <b>SMTP username/SMTP password</b> - registered email account username and password, it is better to create different account for this purpose, like no-reply@mysite.com.
29 <b>From name of the message</b> - recipients will see this name as email sender, so it is probably your site name.
31 <b>Attach every outgoing email all files from kmailer/attach folder</b> - you can upload any files to <b>modules/cheetah/smtpmailer/data/attach</b> folder on your site and enable this option setting to attach uploaded files to every email.
33 <b>Is your SMTP server requires secure connection</b> - you can disable it if your hostname is localhost, secure connection is not needed if you send mails from localhost.
35 <b>Enable SMTP mailer</b> - it is possible to disable SMTP mailer at all, for example if you have temporary problems with your SMTP server.
37 <b>Override default sender email address</b> - set this the same as <b>SMTP username</b> email address, to avoid problems with mail marked as spam.
40 Alternatively, you can get above options from your desktop mail client, if you are going to use the same email address for sending mail from your site.
44 If emails still go to spam folder, check the following:
46 <li>Try to set "Override default sender email address" field the same as "SMTP username" email address</li>
47 <li>Make sure that "Override default sender email address" is valid and exists</li>
48 <li>Try to change default email templates, it maybe that standard ones can be in spam filters, since they are used on a lot of sites by default</li>
49 <li>Ask your members to add your site email to their contacts - when email is in user\'s contact list it always goes to inbox</li>
50 <li><a href="https://www.cheetahwsb.com/m/cheetah_docs/chapter/tweaking-spam-filters" target="_blank">This is great tutorial</a> on how to whitelist your server in many popular webmail services, including yahoo</li>