Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ImForms
#3
Hello Rob1n,

thank you for your feedback.
Well, firstly, ImForms have nothing to do with your SMTP settings, it allows you to use the same settings as PHPMailer, no more no less. On my demo page it also works with a standard Gmail account: http://demos.ehret-studio.com/imforms/

My SMTP settings are as follows:
Code:
$config->mailerDebug = 0;
$config->emailFrom = '******@gmail.com';
$config->emailFromName = '**** *****';
$config->useSmtp = true;
    $config->smtpHostname = 'smtp.gmail.com';
    $config->smtpUser = '******@gmail.com';
    $config->smptPassword = '**************';
    $config->smtpEncryption = 'START_TLS';
    $config->smtpPort = 25;

On PHPMailer's Github page below, you will find a simple example script, that you can use in your environment to find out your correct SMTP settings, If this doesn't work then there is something wrong with your server:
https://github.com/PHPMailer/PHPMailer

You can also try changing the mailerDebug variable to 2 or 3 and take a look at the ItemManager's log file under: /data/other/logs/imlog_2017**.txt

(2017-11-03, 18:30:24)Rob1n Wrote: The form is responsive which i like, except the google captcha. What i did to fix that was I added data-size="compact" to this line in lib/elements.php:
return '<div '.(($this->class) ? ' class="'.$this->class.'" ' : '').'data-sitekey="'.$this->site_key.'" data-size="compact"></div>';

That reduces it to a smaller size which fits mobile screens but still is OK on larger screens.

That's a good thing it will be implemented in the next versions, or I can add an additional variable for this purpose.

Best regards
Reply


Messages In This Thread
ImForms - by Bigin - 2017-11-02, 00:06:56
RE: ImForms - by Rob1n - 2017-11-03, 18:30:24
RE: ImForms - by Bigin - 2017-11-03, 22:44:33
RE: ImForms - by Rob1n - 2017-11-06, 19:11:37
RE: ImForms - by webstudiodrachten - 2017-11-20, 23:33:32
RE: ImForms - by Bigin - 2017-11-21, 00:19:34
RE: ImForms - by macoffers - 2018-02-22, 06:00:22
RE: ImForms - by Bigin - 2018-02-22, 06:33:00
RE: ImForms - by jozue - 2018-07-12, 00:38:29
RE: ImForms - by Bigin - 2018-07-12, 01:46:39
RE: ImForms - by jozue - 2018-07-12, 02:18:45
RE: ImForms - by Bigin - 2018-07-12, 02:31:02
RE: ImForms - by JAKE - 2018-08-23, 06:17:54
RE: ImForms - by Bigin - 2018-08-23, 14:41:28
RE: ImForms - by JAKE - 2018-09-19, 19:29:00
RE: ImForms - by Bigin - 2018-09-19, 21:54:41
RE: ImForms - by SalamandersPL - 2018-09-23, 04:58:41
RE: ImForms - by Bigin - 2018-09-23, 07:11:42
RE: ImForms - by Bigin - 2018-10-04, 03:36:52
RE: ImForms - by harley-peter - 2018-10-04, 22:25:35
RE: ImForms - by harley-peter - 2018-10-09, 21:20:27
RE: ImForms - by Bigin - 2018-10-09, 23:12:13
RE: ImForms - by harley-peter - 2018-10-09, 23:41:52
RE: ImForms - by Bigin - 2018-10-10, 00:16:06
RE: ImForms - by harley-peter - 2018-10-10, 01:33:59
RE: ImForms - by Bigin - 2018-10-10, 02:21:26
RE: ImForms - by wdburgdorf - 2018-10-17, 23:16:14
RE: ImForms - by wdburgdorf - 2018-10-17, 23:17:45
RE: ImForms - by wdburgdorf - 2018-10-17, 23:43:15
RE: ImForms - by wdburgdorf - 2018-10-18, 00:13:55
RE: ImForms - by Bigin - 2018-10-18, 03:47:51
RE: ImForms - by Bigin - 2018-10-18, 20:16:38
RE: ImForms - by harley-peter - 2018-10-28, 00:17:04
RE: ImForms - by Bigin - 2018-10-28, 16:40:17
RE: ImForms - by Bigin - 2018-10-28, 18:24:44
RE: ImForms - by harley-peter - 2018-10-29, 01:56:32
RE: ImForms - by harley-peter - 2018-10-29, 05:03:36
RE: ImForms - by Bigin - 2018-10-29, 15:55:34
RE: ImForms - by harley-peter - 2018-10-30, 01:29:07
RE: ImForms - by harley-peter - 2018-11-01, 03:12:59
RE: ImForms - by datiswous - 2018-11-01, 09:35:40
RE: ImForms - by harley-peter - 2018-11-09, 01:13:09
RE: ImForms - by flanders - 2019-02-05, 01:53:07
RE: ImForms - by Bigin - 2019-02-05, 03:03:05
RE: ImForms - by flanders - 2019-02-05, 03:24:54
RE: ImForms - by Bigin - 2019-02-05, 03:52:04
RE: ImForms - by flanders - 2019-02-05, 07:49:34
RE: ImForms - by wdburgdorf - 2019-02-10, 02:00:18
RE: ImForms - by Riianna - 2020-02-29, 01:36:29
RE: ImForms - by Bigin - 2020-02-29, 03:00:34
RE: ImForms - by Riianna - 2020-02-29, 03:38:36
RE: ImForms - by Bigin - 2020-02-29, 03:43:09
RE: ImForms - by wdburgdorf - 2023-05-04, 18:31:05
RE: ImForms - by Bigin - 2023-05-06, 15:40:55
RE: ImForms - by wdburgdorf - 2023-05-08, 17:16:49



Users browsing this thread: 1 Guest(s)