Jump to content

Command to send email to third party (no client) ?


Remitur

Recommended Posts

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? :?:

Link to comment
Share on other sites

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() ...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated