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

SMTP not Working - Use swiftmailer #14

Closed
benzntech opened this issue Mar 24, 2016 · 6 comments
Closed

SMTP not Working - Use swiftmailer #14

benzntech opened this issue Mar 24, 2016 · 6 comments

Comments

@benzntech
Copy link

i have the similar issue as the url.
https://bitbucket.org/thilina/icehrm-opensource/issues/12/smtp-issue-with-version-60
Not notification on smtp. But on PHP mailer the i receive the the following error. i follow the log .

[2016-03-24 13:04:11] HBS Hrm.INFO: Sending email to: byeujnysoyn@ttrrtt.grp/ from: HBS Hrm ticket@httrrtt.grp [] []
[2016-03-24 13:04:11] HBS Hrm.INFO: PHP mailer result : [] []

I am not able to send mail.

@mumupoko
Copy link

i also experience the same, the smtp is not working

@thilinah
Copy link
Collaborator

Create a user. System will try to send an email. Then check icehrm/app/data/icehrm.log and icehrm/app/data/aap.log for fatal errors. If you are trying to connect to a working SMTP server. Also check if Net_SMTP module is installed.

@circuitmamu
Copy link

#18 please check @thilinah did you forgot to include the Net_SMTP file in project directory.

@circuitmamu
Copy link

@thilinah I think below PHPMailer class will be the best solution for PHP mail insted of NET_SMTP.
https://github.com/PHPMailer/PHPMailer

Because this class doesn't require to install any kind of module

@thilinah
Copy link
Collaborator

thilinah commented Aug 5, 2016

I'll keep this open till we add a new SMTP liberary

@thilinah thilinah changed the title SMTP not Working. SMTP not Working - Use swiftmailer Sep 26, 2017
@thilinah
Copy link
Collaborator

thilinah commented Nov 26, 2017

Support swift mailer now 83181be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants