help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Howto test email that's being send out? (local)
Howto test email that's being send out? (local)
9 years 11 months ago - 9 years 11 months ago
as email is an important part you probably like to test it and to see what and when email is being send out.
When you have a local version of Joomla (by using wampserver) then you can test very easy by installing a program like Smtp4dev . When you run smtp4dev it will run and will catch the email that's being send out locally.
for example:
- when you have Joomla running offline
- have the mailer plugin enabled
- you can create a new event
- see within smtp4dev the email that's being send
the program will try to view the email within your mail program. sometimes it will give an error but then you can retry and it will show the email.
When you have a local version of Joomla (by using wampserver) then you can test very easy by installing a program like Smtp4dev . When you run smtp4dev it will run and will catch the email that's being send out locally.
for example:
- when you have Joomla running offline
- have the mailer plugin enabled
- you can create a new event
- see within smtp4dev the email that's being send
the program will try to view the email within your mail program. sometimes it will give an error but then you can retry and it will show the email.
Last edit: 9 years 11 months ago by Bluefox. Reason: changed title
Please Log in or Create an account to join the conversation.
Re: [JEM3] - Howto test email that's being send out? (local)
9 years 11 months ago - 9 years 11 months ago
Alternative:
Because I'm using xampp as my local web server I also use contained mail tool Mercury. After starting it (or configure as service) in xampp control panel you need to configure it. Some corner cases are:
Please note: Because my machine has no connection to the real internet I can do such mapping without any problems. If your machine is connected to internet you should be more careful and e.g. only use and map internal email addresses (...@localhost). Also you should respect privacy and don't read anything originally written to other real persons - but that's a matter of course you already know.
Oh, one important thing I forgot (which is also important for Bluefox' way I think)
Otherwise PHP will not contact Mercury.
btw: That's not only for JEM3. It also works with JEM2 or - loosing a lot of fun - without JEM.
Because I'm using xampp as my local web server I also use contained mail tool Mercury. After starting it (or configure as service) in xampp control panel you need to configure it. Some corner cases are:
- in MercuryS SMTP Server - Connection control I added 127.0.0.1 as allowed connection
- in Manage local users... I added a mailbox for e.g. user Hoffi (that's me, so please choose a different name! )
- and in Aliases... I maped all email adresses used by my Joomla sites to the mailbox (e.g. hoffi@localhost)
- finally you need to configure your mail client to get all the mails. In my case I created an IMAP account for hoffi@localhost with IMAP and SMTP server localhost, user name hoffi and password as choosen in Mercury. But you can also use POP3, Mercury supports both.
Please note: Because my machine has no connection to the real internet I can do such mapping without any problems. If your machine is connected to internet you should be more careful and e.g. only use and map internal email addresses (...@localhost). Also you should respect privacy and don't read anything originally written to other real persons - but that's a matter of course you already know.
Oh, one important thing I forgot (which is also important for Bluefox' way I think)
Warning: Spoiler!
You may need to edit the php.ini, section [mail function].
Ensure SMPT and smtp_port are enabled and sendmail_path disabled.
Ensure SMPT and smtp_port are enabled and sendmail_path disabled.
btw: That's not only for JEM3. It also works with JEM2 or - loosing a lot of fun - without JEM.
Last edit: 9 years 11 months ago by Hoffi.
Please Log in or Create an account to join the conversation.
Time to create page: 0.587 seconds