This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
lucas.sanner54070
I set the October Mail configuration to "PHP mail" but when I test a Mail template or
when I create a new administrator, no email is sent despite the message of success.
To ensure it doesn't come from my PHP configuration I created a simple php script:
<?php
mail('me.myself@gmail.com', 'My subject', 'Test message');
and I do get the email.
How can I fix this ?
groplanda56334
Hello, you can use smtp or driver plugin https://octobercms.com/docs/services/mail. I think that php mail() not supported now.
1-2 of 2