Forum:Send multiple mails

From Warcraft Wiki
Jump to navigation Jump to search
Forums: Village pump → Send multiple mails
(This topic is archived. Please do not edit this page!)

Hi, I have a function in which I'm trying to make 2 SendMail calls. The problem is that only one mail is sent. How can I guarantee that both get sent?

--Kwikness (talk) 04:47, November 3, 2009 (UTC)

Listen for MAIL_SEND_SUCCESS. If it fires twice, it sent twice. Also, if you want troubleshooting help, it would help if you posted your code. You can use <pre></pre> tags to preserve formatting.
Posted by: EGingell (T|C|F) on 07:20, November 3, 2009 (UTC)