Remitur Posted April 14, 2016 Share Posted April 14, 2016 Does exist any command or internal API to send an email to a third party, which is not a client? The API sendmail require a client ID, so it can send mail only to clients... but if I need to send an email to a specified address, not belonging to any customers? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted April 14, 2016 Share Posted April 14, 2016 this functionality is not available, it's possible but require good amount of work 0 Quote Link to comment Share on other sites More sharing options...
Remitur Posted April 14, 2016 Author Share Posted April 14, 2016 this functionality is not available, it's possible but require good amount of work It's a pity. A workaround may be as follow: 1 - register a fake user with the email address I need write to; 2 - use API sendmail 3 - delete the fake user It's a little nonsense operation, but it's more simple than scriptping everything using phpmail() ... 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted April 14, 2016 Share Posted April 14, 2016 you can do that too, it make no sense yes 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.