Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question for mailchimp and smtp #3522

Closed
dennistsc opened this issue Jun 9, 2022 · 6 comments
Closed

question for mailchimp and smtp #3522

dennistsc opened this issue Jun 9, 2022 · 6 comments

Comments

@dennistsc
Copy link

question:
i use free smtp from google (smtp.gmail.com)
and
i sign up for free MailChimp API Key

may i know where the software or how to use smtp and mailchimp API in ospos?

  1. smtp is sending out email but when i click a customer (then click email) and my window 10 the mail pop up. so can't use the smtp??
  2. i add a contact to mailchimp and the ospos didn't sync the email to customers section.

may i know do something wrong? or the feature is not using this way. hope that i ask a clear question. thanks for your time.

Background information

IMPORTANT: If you choose to ignore this issue report template, your issue will be closed as we cannot help without the requested information.

Please make sure you tick (add an x between the square brackets with no spaces) the following check boxes:

  • [] Reporting an issue of an unmodified OSPOS installation
  • [] Checked open and closed issues and no similar issue was already reported (please make sure you searched!)
  • [] Read README, WHATS_NEW, INSTALL.md and UPGRADE
  • [] Read the FAQ for any known install and/or upgrade gotchas (in specific PHP extensions installed)
  • [] Read the wiki
  • [] Executed any database upgrade scripts if an upgrade pre 3.0.0 (e.g. database/2.4_to_3.0.sql)
  • [] Aware the installation code that GitHub master is for developers only and therefore not complete nor stable.

Installation information

  • OSPOS version is: 3.3.6
  • OSPOS git commit hash is:
  • PHP version is: 7.4.3
  • MySQL or MariaDB version is: 8.0.29-0ubuntu0.20.04.3
  • OS and version is:
  • WebServer is: Apache/2.4.41 (Ubuntu)
  • Selected language is: eng
  • (If applicable) Docker installation:
  • (If applicable) Installation package for the LAMP/LEMP stack is:

Issue / Bug / Question / New Feature

Please write your issue here. If a bug, please make sure to provide as much information as possible including configuration settings (e.g. Decimals set, Tax mode), language and steps to reproduce the bug.

@daN4cat
Copy link
Collaborator

daN4cat commented Jun 11, 2022

There is only push from OSPOS to Mailchimp no synchronisation the other way round.

For SMPT send, you need to make sure your PHP configuration on your Apache server has the SMPT library available and enabled.

@dennistsc
Copy link
Author

There is only push from OSPOS to Mailchimp no synchronisation the other way round.

For SMPT send, you need to make sure your PHP configuration on your Apache server has the SMPT library available and enabled.

could you send me more info for the "push from OSPOS to Mailchimp" and "PHP configuration on your Apache server has the SMPT library available and enabled"

thanks for your reply

@emushene
Copy link

I would rather install Sendmail and hook it up to Gmail SMTP. So far has been the easiest installation I have done on a Linux server.

@dennistsc
Copy link
Author

I would rather install Sendmail and hook it up to Gmail SMTP. So far has been the easiest installation I have done on a Linux server.

thanks for letting me know
would you mind share more?
i have a business and i would like to use that

@emushene
Copy link

emushene commented Jul 27, 2022

follow your regular sudo apt/yum/dnf install Sendmail mailutils
configure send mail by following this link here.

Note
/etc/mail/authinfo/smtp-auth
AuthInfo: "U:root" "I:user@gmail.com" "P:PASSWORD" the password here will have to come from Gmail/security app password. to do that, go to your account settings security and create it... note, you must have 2 step authentication on.

let me know if it works for you, will take 20 minutes to complete.

finally, select Sendmail on OSPOS Setup & Conf.. it just works

image

@stale
Copy link

stale bot commented Oct 1, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 1, 2022
@stale stale bot closed this as completed Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants